Method: Module#last_name
- Defined in:
- lib/spiderfw/utils/monkey/module.rb
#last_name ⇒ Object
14 15 16 |
# File 'lib/spiderfw/utils/monkey/module.rb', line 14 def last_name self.to_s.split('::')[-1].to_sym end |
14 15 16 |
# File 'lib/spiderfw/utils/monkey/module.rb', line 14 def last_name self.to_s.split('::')[-1].to_sym end |