Module: CukeSalad::Codify::ConstName

Defined in:
lib/cukesalad/codify/const_name.rb

Class Method Summary collapse

Class Method Details

.from(sentence) ⇒ Object



4
5
6
# File 'lib/cukesalad/codify/const_name.rb', line 4

def ConstName.from sentence
  joined_together capitalised( words_from sentence )
end