You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd /tmp
methadone --license mit rabbit
cd rabbit
vi bin/rabbit
When I edit the executable, what I do is insert a call to description,
just before the call to "main".
When
I execute this command:
ruby -I lib bin/rabbit --help
Then
I get exactly this output:
/usr/local/ruby/2.0.0-p0/lib/ruby/gems/2.0.0/gems/methadone-1.2.6/lib/methadone/main.rb:250:in `description': undefined method `description' for nil:NilClass (NoMethodError)
from bin/rabbit:11:in `<class:App>'
from bin/rabbit:7:in `<main>'
Tentative conclusion
description doesn't work unless one calls some other method
of Methadone::Main first.
The text was updated successfully, but these errors were encountered:
Given
Suppose I give these commands:
When I edit the executable, what I do is insert a call to
description
,just before the call to "main".
When
I execute this command:
Then
I get exactly this output:
Tentative conclusion
description
doesn't work unless one calls some other methodof
Methadone::Main
first.The text was updated successfully, but these errors were encountered: