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.



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

def initialize(interface)
  @interface = interface
end

Instance Attribute Details

#interfaceObject

Returns the value of attribute interface.



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

def interface
  @interface
end