Skip to content

Instantly share code, notes, and snippets.

@RiverGlide
Created August 27, 2018 08:13
Show Gist options
  • Save RiverGlide/dda4afeb9d54b31892cc3cdb5cdedc58 to your computer and use it in GitHub Desktop.
Save RiverGlide/dda4afeb9d54b31892cc3cdb5cdedc58 to your computer and use it in GitHub Desktop.
module TranslateEnglishToRuby
module RubyConstantName
def RubyConstantName.from sentence
joined_together capitalised( words_from sentence )
end
#... other methods defined here `joined_together()` etc
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment