Skip to content

Instantly share code, notes, and snippets.

@hackvan
Created September 11, 2018 22:39
Show Gist options
  • Save hackvan/716d349e55b4656bc0521fe8a46778b3 to your computer and use it in GitHub Desktop.
Save hackvan/716d349e55b4656bc0521fe8a46778b3 to your computer and use it in GitHub Desktop.
2_metaprogramming
42.class # => Fixnum
:foo.class # => Symbol
"Ruby".class # => String
true.class # => TrueClass
[1, 2, 3].class # => Array
{ a: => 1 }.class # => Hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment