Module: IRWebmachine

Defined in:
lib/irwebmachine.rb,
lib/irwebmachine/version.rb

Defined Under Namespace

Modules: IRB, Pry Classes: Application, Frame, Stack, TracedRequest, Tracer

Constant Summary collapse

VERSION =
"0.1.2"

Class Method Summary collapse

Class Method Details

.appObject



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

def self.app
  @app
end

.app=(app) ⇒ Object



10
11
12
# File 'lib/irwebmachine.rb', line 10

def self.app=(app)
  @app = Application.new app
end