Class/Module Index [+]

Quicksearch

Tins::ParameterizedModule

Public Instance Methods

parameterize_for(*args, &block) click to toggle source

Pass args and block to configure the module and then return it after calling the parameterize method has been called with these arguments. The parameterize method should return a configured module.

# File lib/tins/dslkit.rb, line 516
def parameterize_for(*args, &block)
  respond_to?(:parameterize) ? parameterize(*args, &block) : self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.