Method: Licensed::UI::Shell#info

Defined in:
lib/licensed/ui/shell.rb

#info(msg, newline = true) ⇒ Object



18
19
20
# File 'lib/licensed/ui/shell.rb', line 18

def info(msg, newline = true)
  @shell.say msg, nil, newline if level?("info")
end