Class: Orthoses::PP
- Inherits:
-
Object
- Object
- Orthoses::PP
- Defined in:
- lib/orthoses/pp.rb
Overview
Debug current stored values
use Orthoses::PP
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(loader) ⇒ PP
constructor
A new instance of PP.
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
#call ⇒ Object
11 12 13 |
# File 'lib/orthoses/pp.rb', line 11 def call pp @loader.call end |