Class: Logline::Script::CharacterName

Inherits:
Paragraph
  • Object
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



46
47
48
# File 'lib/logline.rb', line 46

def to_scrippet
  content.upcase
end