Class: Utter::Context
- Inherits:
-
Object
- Object
- Utter::Context
- Defined in:
- lib/utter.rb
Instance Method Summary collapse
-
#initialize(&block) ⇒ Context
constructor
A new instance of Context.
Constructor Details
#initialize(&block) ⇒ Context
Returns a new instance of Context.
64 65 66 |
# File 'lib/utter.rb', line 64 def initialize &block instance_eval &block if block_given? end |