Class: Byebug::Processor

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/byebug/processor.rb

Overview

Should this be a mixin?

Direct Known Subclasses

CommandProcessor, ControlCommandProcessor

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(interface) ⇒ Processor

Returns a new instance of Processor.



13
14
15
# File 'lib/byebug/processor.rb', line 13

def initialize(interface)
  @interface = interface
end

Instance Attribute Details

#interfaceObject

Returns the value of attribute interface.



8
9
10
# File 'lib/byebug/processor.rb', line 8

def interface
  @interface
end