Module Merb
In: lib/generators/templates/full/app/helpers/application_helper.rb
lib/generators/templates/full/spec/spec_helper.rb
lib/merb-slices/controller_mixin.rb
lib/merb-slices/module.rb
lib/merb-slices/module_mixin.rb

Methods

Classes and Modules

Module Merb::<
Module Merb::Generators
Module Merb::Slices
Module Merb::Test

Public Instance methods

Construct an app-level path.

@param <Symbol> The type of component. @param *segments<Array[to_s]> Path segments to append.

@return <String>

 A path within the host application, with added segments.

[Validate]