Created
September 11, 2018 22:39
-
-
Save hackvan/716d349e55b4656bc0521fe8a46778b3 to your computer and use it in GitHub Desktop.
2_metaprogramming
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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