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