Method: Sym::App::ShortName#short_name
- Defined in:
- lib/sym/app/short_name.rb
#short_name ⇒ Object
5 6 7 |
# File 'lib/sym/app/short_name.rb', line 5 def short_name self.name.split(/::/)[-1].underscore.to_sym end |
5 6 7 |
# File 'lib/sym/app/short_name.rb', line 5 def short_name self.name.split(/::/)[-1].underscore.to_sym end |