Class: Foo
- Inherits:
-
Object
- Object
- Foo
- Includes:
- Colours::BasicColours
- Defined in:
- lib/colours/basic_colours/basic_colours.rb
Constant Summary
Constants included from Colours::BasicColours
Colours::BasicColours::NAMESPACE
Instance Method Summary collapse
Methods included from Colours::BasicColours
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
#test ⇒ Object
329 330 331 |
# File 'lib/colours/basic_colours/basic_colours.rb', line 329 def test e bold_yellow("hi there") end |