mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
quick fix for Rails 3.2
This commit is contained in:
parent
8ef2629772
commit
ef91d64aff
1 changed files with 5 additions and 0 deletions
|
@ -148,6 +148,11 @@ class Pry
|
|||
# indicate an exceptional condition that's fatal to the current command.
|
||||
class CommandError < StandardError; end
|
||||
class NonMethodContextError < CommandError; end
|
||||
|
||||
# This is to keep from breaking under Rails 3.2 for people who are doing that
|
||||
# IRB = Pry thing.
|
||||
module ExtendCommandBundle
|
||||
end
|
||||
end
|
||||
|
||||
require "method_source"
|
||||
|
|
Loading…
Add table
Reference in a new issue