Files

Yapra

Public Instance Methods

load_class_constant(module_name) click to toggle source

TODO create util class, and move this method.

# File lib/yapra.rb, line 31
def load_class_constant module_name
  require Yapra::Inflector.underscore(module_name)
  return Yapra::Inflector.constantize(module_name)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.