Skip to content

Instantly share code, notes, and snippets.

@bjfish
Created July 15, 2016 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjfish/43c61751a1b88ebe5d0d3d8fb4cb55c5 to your computer and use it in GitHub Desktop.
Save bjfish/43c61751a1b88ebe5d0d3d8fb4cb55c5 to your computer and use it in GitHub Desktop.
Errno
irb(main):004:0> Errno::EAGAIN::Errno.class
=> Module
irb(main):005:0> Errno::EAGAIN::Errno.object_id
=> 84
irb(main):006:0> Errno.object_id
=> 84
@bjfish
Copy link
Author

bjfish commented Jul 15, 2016

Errno::EAGAIN::Errno should be Fixnum constant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment