module GoNative::Utils::UI
Public Class Methods
info(msg)
click to toggle source
# File lib/gonative/utils/ui.rb, line 9 def info(msg) puts msg.colorize(:green) end
# File lib/gonative/utils/ui.rb, line 9 def info(msg) puts msg.colorize(:green) end