Skip to content

Instantly share code, notes, and snippets.

@terrbear
Created November 22, 2011 21:55
Show Gist options
  • Select an option

  • Save terrbear/1387129 to your computer and use it in GitHub Desktop.

Select an option

Save terrbear/1387129 to your computer and use it in GitHub Desktop.
[15:53][theath@ironman:~/neo/secmgr[master]]$ irb
Couldn't load Wirble: cannot load such file -- wirble
ruby-head :001 > 1843868956.kind_of?(Fixnum)
=> true
ruby-head :002 > 1843868956.instance_of?(Fixnum)
=> true
ruby-head :003 > 1843868956.is_a?(Fixnum)
=> true
ruby-head :004 > exit
[15:54][theath@ironman:~/neo/secmgr[master]]$ ruby -v
ruby 2.0.0dev (2011-11-01 trunk 33607) [x86_64-darwin11.2.0]
[15:54][theath@ironman:~/neo/secmgr[master]]$ rvm use ruby-1.9.2
Using /Users/theath/.rvm/gems/ruby-1.9.2-p290
[15:54][theath@ironman:~/neo/secmgr[master]]$ ruby -v
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.2.0]
[15:54][theath@ironman:~/neo/secmgr[master]]$ irb
ruby-1.9.2-p290 :001 > 1843868956.kind_of?(Fixnum)
=> true
ruby-1.9.2-p290 :002 > 1843868956.instance_of?(Fixnum)
=> true
ruby-1.9.2-p290 :003 > 1843868956.is_a?(Fixnum)
=> true
ruby-1.9.2-p290 :004 > exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment