Class: MemModel::ModelName

Inherits:
String
  • Object
show all
Defined in:
lib/mem_model/model_name.rb

Instance Method Summary collapse

Instance Method Details

#humanObject



3
# File 'lib/mem_model/model_name.rb', line 3

def human; self; end

#pluralObject



5
# File 'lib/mem_model/model_name.rb', line 5

def plural; self; end

#singularObject



4
# File 'lib/mem_model/model_name.rb', line 4

def singular; self; end