Class: Logline::Script::Action

Inherits:
Paragraph show all
Defined in:
lib/logline.rb

Instance Attribute Summary

Attributes inherited from Paragraph

#content

Instance Method Summary collapse

Methods inherited from Paragraph

#initialize, #to_s

Constructor Details

This class inherits a constructor from Logline::Script::Paragraph

Instance Method Details

#to_scrippetObject



40
41
42
# File 'lib/logline.rb', line 40

def to_scrippet
  "#{content}\n"
end