Class: Punctuator
- Inherits:
-
Object
- Object
- Punctuator
- Defined in:
- lib/hihi.rb
Instance Method Summary collapse
Instance Method Details
#bang(msg) ⇒ Object
24 25 26 |
# File 'lib/hihi.rb', line 24 def bang(msg) msg << '!' end |
#dot(msg) ⇒ Object
28 29 30 |
# File 'lib/hihi.rb', line 28 def dot(msg) msg << '.' end |