class Byebug::State
Common parent class for all of Byebug's states
Attributes
interface[R]
Public Class Methods
new(interface)
click to toggle source
# File lib/byebug/state.rb, line 8 def initialize(interface) @interface = interface end