Module: Conscriptor::Say
- Included in:
- Conscriptor
- Defined in:
- lib/conscriptor/say.rb
Instance Method Summary collapse
Instance Method Details
#say(what) ⇒ Object
3 4 5 6 7 |
# File 'lib/conscriptor/say.rb', line 3 def say(what) `say #{what}` rescue StandardError # ignore end |