Skip to content

Instantly share code, notes, and snippets.

@mfpiccolo
Last active August 29, 2015 14:24
Show Gist options
  • Save mfpiccolo/50886d23e092eca6987e to your computer and use it in GitHub Desktop.
Save mfpiccolo/50886d23e092eca6987e to your computer and use it in GitHub Desktop.
String Example
'this is a string'.class # => String
"this is a string".class # => String
%{this is a string}.class # => String
string = <<END
this is a string
END
string.class = # => String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment