Method: God::Configurable#base_name
- Defined in:
- lib/god/configurable.rb
#base_name ⇒ Object
33 34 35 36 |
# File 'lib/god/configurable.rb', line 33 def base_name x = 1 # fix for MRI's local scope optimization bug DO NOT REMOVE! self.class.name.split('::').last end |