Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/rhesus/core.rb

Instance Method Summary collapse

Instance Method Details

#to_camel_caseObject



10
11
12
# File 'lib/rhesus/core.rb', line 10

def to_camel_case
  camelize self
end

#to_snake_caseObject



6
7
8
# File 'lib/rhesus/core.rb', line 6

def to_snake_case
  snake_case self
end