Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/moltin/rails/ext/string.rb

Instance Method Summary collapse

Instance Method Details

#humanObject



11
12
13
# File 'lib/moltin/rails/ext/string.rb', line 11

def human
  self
end

#param_keyObject



3
4
5
# File 'lib/moltin/rails/ext/string.rb', line 3

def param_key
  self
end

#route_keyObject



7
8
9
# File 'lib/moltin/rails/ext/string.rb', line 7

def route_key
  self
end