Method: I18n::Commands::Keys#initialize
- Defined in:
- lib/i18n/commands/keys.rb
#initialize(highlighter = Highlighters::Ansi.new(:bold), out = $stdout) ⇒ Keys
Returns a new instance of Keys.
10 11 12 13 |
# File 'lib/i18n/commands/keys.rb', line 10 def initialize(highlighter = Highlighters::Ansi.new(:bold), out = $stdout) @highlighter = highlighter @out = out end |