Skip to content

Instantly share code, notes, and snippets.

@cagmz

cagmz/splat.rb Secret

Created September 6, 2019 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cagmz/163ba6153c433f21e65bc2babba66124 to your computer and use it in GitHub Desktop.
Save cagmz/163ba6153c433f21e65bc2babba66124 to your computer and use it in GitHub Desktop.
class Splatter
def self.call(*args)
new(*args).cal
end
def initialize(tmp, other)
@tmp = tmp
@other = other.fetch(:key)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment