class Object

Public Instance Methods

attempt(s) click to toggle source
# File lib/xaases/cli/color.rb, line 28
def attempt(s)
  puts @highline.color s, :yellow
end