Class: Pry::Shell::IO::Base

Inherits:
Object
  • Object
show all
Includes:
DRb::DRbUndumped
Defined in:
lib/pry/shell/io/base.rb

Direct Known Subclasses

Input, Output, Pager::Proxy

Instance Method Summary collapse

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