Class: Pry::Shell::IO::Base
- Inherits:
-
Object
- Object
- Pry::Shell::IO::Base
- Includes:
- DRb::DRbUndumped
- Defined in:
- lib/pry/shell/io/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(client, object) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(client, object) ⇒ Base
Returns a new instance of Base.
9 10 11 12 |
# File 'lib/pry/shell/io/base.rb', line 9 def initialize(client, object) @client = client @object = object end |