Class: MemModel::ModelName
- Inherits:
-
String
- Object
- String
- MemModel::ModelName
- Defined in:
- lib/mem_model/model_name.rb
Instance Method Summary collapse
Instance Method Details
#human ⇒ Object
3 |
# File 'lib/mem_model/model_name.rb', line 3 def human; self; end |
#plural ⇒ Object
5 |
# File 'lib/mem_model/model_name.rb', line 5 def plural; self; end |
#singular ⇒ Object
4 |
# File 'lib/mem_model/model_name.rb', line 4 def singular; self; end |