57 58 59
# File 'lib/fig/package.rb', line 57 def unparse @statements.map { |statement| statement.unparse('') }.join("\n") end