module Croaker
Constants
- VERSION
Public Class Methods
swallow(*args)
click to toggle source
Your code goes hereā¦
# File lib/croaker.rb, line 5 def self.swallow(*args) Swallower.new(*args).call end
Your code goes hereā¦
# File lib/croaker.rb, line 5 def self.swallow(*args) Swallower.new(*args).call end