Skip to content

Instantly share code, notes, and snippets.

@horitaku1124
Created February 28, 2017 11:38
Show Gist options
  • Save horitaku1124/ab276c30ce9fbbc23f2463fb471625ec to your computer and use it in GitHub Desktop.
Save horitaku1124/ab276c30ce9fbbc23f2463fb471625ec to your computer and use it in GitHub Desktop.
Object.defineProperty(String.prototype, 'to_i', {get: function() { return parseInt(this); }})
"100".to_i # => 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment