Skip to content

Instantly share code, notes, and snippets.

@ngw
Created February 21, 2014 16:02
Show Gist options
  • Save ngw/0ccf38622b7b3a1c014f to your computer and use it in GitHub Desktop.
Save ngw/0ccf38622b7b3a1c014f to your computer and use it in GitHub Desktop.
chienandalusialocal:walter_sobchak ngw$ bundle exec pry -r ./lib/walter_sobchak.rb
[1] pry(main)> a = 'test'
=> "test"
[2] pry(main)> WalterSobchak::Transformations.devowelize(a)
=> "tst"
[3] pry(main)> a
=> "tst"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment