Class: Ecogem::Gemfile::Marshal
- Inherits:
-
Object
- Object
- Ecogem::Gemfile::Marshal
- Defined in:
- lib/ecogem/gemfile/marshal.rb
Defined Under Namespace
Classes: Data
Instance Method Summary collapse
-
#initialize(dsl) ⇒ Marshal
constructor
A new instance of Marshal.
- #to_data ⇒ Object
Constructor Details
#initialize(dsl) ⇒ Marshal
Returns a new instance of Marshal.
4 5 6 |
# File 'lib/ecogem/gemfile/marshal.rb', line 4 def initialize(dsl) @dsl = dsl end |