Module: Croaker
- Defined in:
- lib/croaker.rb,
lib/croaker/version.rb
Defined Under Namespace
Classes: Swallower
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
-
.swallow(*args) ⇒ Object
Your code goes here…
Class Method Details
.swallow(*args) ⇒ Object
Your code goes here…
5 6 7 |
# File 'lib/croaker.rb', line 5 def self.swallow(*args) Swallower.new(*args).call end |