Skip to content

Instantly share code, notes, and snippets.

@murajun1978
Created May 15, 2014 15:08
Show Gist options
  • Save murajun1978/474cca7e9fdf28955d79 to your computer and use it in GitHub Desktop.
Save murajun1978/474cca7e9fdf28955d79 to your computer and use it in GitHub Desktop.
class String
def to_s
"murajun1978"
end
end
"Ruby".to_s # => "murajun1978"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment