Module: Skype::NamingConventions::Resource
- Defined in:
- lib/dm-skype.rb
Class Method Summary collapse
Class Method Details
.call(name) ⇒ Object
6 7 8 |
# File 'lib/dm-skype.rb', line 6 def self.call(name) DataMapper::Inflector.pluralize(DataMapper::Inflector.demodulize(name)) end |