class Object

Public Instance Methods

log(notice, warning: nil, error: nil) click to toggle source
# File app/lib/lib.rb, line 1
def log notice, warning: nil, error: nil
  puts "┃\ \ \ \e[2m#{notice or warning or error}\e[0m"
end