Method: TempestTime::Command#pastel

Defined in:
lib/tempest_time/command.rb

#pastel(**options) ⇒ Object



38
39
40
41
# File 'lib/tempest_time/command.rb', line 38

def pastel(**options)
  require 'pastel'
  Pastel.new(options)
end