Class: Thoreau::DSL::Expanded
- Inherits:
-
Object
- Object
- Thoreau::DSL::Expanded
- Defined in:
- lib/thoreau/dsl/expanded.rb
Instance Method Summary collapse
-
#initialize(a) ⇒ Expanded
constructor
A new instance of Expanded.
Constructor Details
#initialize(a) ⇒ Expanded
Returns a new instance of Expanded.
7 8 9 |
# File 'lib/thoreau/dsl/expanded.rb', line 7 def initialize a @a = a end |