Skip to content

Instantly share code, notes, and snippets.

@jm
Created June 23, 2015 21:39
Show Gist options
  • Select an option

  • Save jm/3e0273a3e4706d772521 to your computer and use it in GitHub Desktop.

Select an option

Save jm/3e0273a3e4706d772521 to your computer and use it in GitHub Desktop.

Revisions

  1. jm created this gist Jun 23, 2015.
    5 changes: 5 additions & 0 deletions modules.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    irb(main):002:0> class X
    irb(main):003:1> end
    => nil
    irb(main):004:0> X.is_a?(Module)
    => true