Class: TestClass

Inherits:
Object
  • Object
show all
Includes:
Colours::Essentials
Defined in:
lib/colours/essentials/essentials.rb

Constant Summary

Constants included from Colours::Essentials

Colours::Essentials::NAMESPACE

Instance Method Summary collapse

Methods included from Colours::Essentials

black, blue, #blue, #bold_green, #bold_red, #bold_white, #bold_yellow, brown, cyan, #cyan, dark_gray, define_colour_methods_that_can_be_included, green, #grey, grey, light_blue, #light_blue, light_cyan, light_gray, #light_green, light_green, light_magenta, #light_magenta, #light_red, light_red, magenta, #magenta, red, #red, white, yellow, #yellow

Instance Method Details

#testObject



331
332
333
# File 'lib/colours/essentials/essentials.rb', line 331

def test
  e bold_yellow("hi there")
end