Module: I18nliner::Commands::BasicFormatter

Included in:
GenericCommand
Defined in:
lib/i18nliner/commands/basic_formatter.rb

Instance Method Summary collapse

Instance Method Details

#green(text) ⇒ Object



8
9
10
# File 'lib/i18nliner/commands/basic_formatter.rb', line 8

def green(text)
  text
end

#red(text) ⇒ Object



4
5
6
# File 'lib/i18nliner/commands/basic_formatter.rb', line 4

def red(text)
  text
end