Method: Forkforge::Handler#parse
- Defined in:
- lib/forkforge/dsl/handler.rb
#parse(input) ⇒ Object
22 23 24 25 26 |
# File 'lib/forkforge/dsl/handler.rb', line 22 def parse input self.instance_eval %Q{ #{File.read input} } end |
22 23 24 25 26 |
# File 'lib/forkforge/dsl/handler.rb', line 22 def parse input self.instance_eval %Q{ #{File.read input} } end |