module Marv
Constants
- VERSION
Public Class Methods
colorize(text, color)
click to toggle source
# File lib/marv.rb, line 32 def self.colorize(text, color) @colorizer ||= Thor::Shell::Color.new @colorizer.set_color(text, color) end
exit_message()
click to toggle source
# File lib/marv.rb, line 27 def self.exit_message time = ::Time.now.strftime('%T') puts "\n\n#{time} - INFO - Bye bye..." end
root()
click to toggle source
# File lib/marv.rb, line 19 def self.root ::File.expand_path(::File.join(::File.dirname(__FILE__), '..')) end