class Byebug::Processor

def initialize(interface)

def initialize(interface)
  @interface = interface
end

def without_exceptions

def without_exceptions
  yield
rescue
  nil
end