Skip to content

Instantly share code, notes, and snippets.

@kfatehi
Created August 22, 2012 09:48
Show Gist options
  • Save kfatehi/3424078 to your computer and use it in GitHub Desktop.
Save kfatehi/3424078 to your computer and use it in GitHub Desktop.
Pry being weird
[4] pry(main)> CocoaDialog.methods - Object.methods
=> [:bubble, :msgbox]
[5] pry(main)> CocoaDialog.methods -Object.methods
NoMethodError: undefined method `-@' for #<Array:0x007f8e0b26f520>
from (pry):4:in `<main>'
[6] pry(main)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment