Skip to content

Instantly share code, notes, and snippets.

def make_camel_case(underscored_text)
out_string = ''
underscored_text.split('_').each_with_index {|w, i| i > 0 ? out_string << w.capitalize : out_string << w }
out_string
end
@yonkeltron
yonkeltron / keybase.md
Last active August 29, 2015 14:03
keybase.md

Keybase proof

I hereby claim:

  • I am yonkeltron on github.
  • I am yonkeltron (https://keybase.io/yonkeltron) on keybase.
  • I have a public key whose fingerprint is E4A0 88EA 4F96 67B4 BA02 E188 3B52 3876 5C66 9F7B

To claim this, I am signing this object:

checking build system type... x86_64-apple-darwin13.1.0
checking host system type... x86_64-apple-darwin13.1.0
loading site script './config.site'
loading build-specific script './config.site'
checking for pwd... /bin/pwd
checking whether builddir is srcdir... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing