Module: Marso::TextHelper

Included in:
FeaturePublish, ScenarioPublish, StoryPublish
Defined in:
lib/marso/helpers/texthelper.rb

Overview

The is module assume that the entity that will mix it uses a, integer variable called ‘@indent_steps’ that is used to indent the text

Instance Method Summary collapse

Instance Method Details

#colorized_textObject



12
13
14
# File 'lib/marso/helpers/texthelper.rb', line 12

def colorized_text
  "Overide me".red
end

#indented_colorized_textObject



8
9
10
# File 'lib/marso/helpers/texthelper.rb', line 8

def indented_colorized_text
  indent_text(colorized_text, self.tree_position)
end