Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/cmessages/overloads.rb
Overview
Docs to follow
Instance Method Summary collapse
- #error(options = {}) ⇒ Object
- #info(options = {}) ⇒ Object
- #success(options = {}) ⇒ Object
- #warning(options = {}) ⇒ Object
Instance Method Details
#error(options = {}) ⇒ Object
7 8 9 |
# File 'lib/cmessages/overloads.rb', line 7 def error( = {}) Cmessages.new().error(self) end |
#info(options = {}) ⇒ Object
19 20 21 |
# File 'lib/cmessages/overloads.rb', line 19 def info( = {}) Cmessages.new().info(self) end |