Class: Matte::Test
- Inherits:
-
Object
- Object
- Matte::Test
- Defined in:
- lib/matte.rb
Instance Method Summary collapse
- #call(exp) ⇒ Object
-
#initialize(options = {}) ⇒ Test
constructor
A new instance of Test.
Constructor Details
#initialize(options = {}) ⇒ Test
Returns a new instance of Test.
110 |
# File 'lib/matte.rb', line 110 def initialize = {}; end |
Instance Method Details
#call(exp) ⇒ Object
112 113 114 115 |
# File 'lib/matte.rb', line 112 def call exp pp exp exp end |