Class: Surveyor::Unparser
- Inherits:
-
Object
- Object
- Surveyor::Unparser
- Defined in:
- lib/surveyor/unparser.rb
Class Method Summary collapse
-
.unparse(survey) ⇒ Object
Class methods.
Class Method Details
.unparse(survey) ⇒ Object
Class methods
5 6 7 8 |
# File 'lib/surveyor/unparser.rb', line 5 def self.unparse(survey) survey.unparse(dsl = "") dsl end |