Skip to content

Instantly share code, notes, and snippets.

@Sebx
Forked from hackvan/object.rb
Created December 13, 2018 01:53
Show Gist options
  • Select an option

  • Save Sebx/485b5b340676e897d9cba319d14823d6 to your computer and use it in GitHub Desktop.

Select an option

Save Sebx/485b5b340676e897d9cba319d14823d6 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