Class: Orthoses::PP

Inherits:
Object
  • Object
show all
Defined in:
lib/orthoses/pp.rb

Overview

Debug current stored values

use Orthoses::PP

Instance Method Summary collapse

Constructor Details

#initialize(loader) ⇒ PP

Returns a new instance of PP.



7
8
9
# File 'lib/orthoses/pp.rb', line 7

def initialize(loader)
  @loader = loader
end

Instance Method Details

#callObject



11
12
13
# File 'lib/orthoses/pp.rb', line 11

def call
  pp @loader.call
end