Skip to content

Instantly share code, notes, and snippets.

@chuckha
Created April 2, 2017 16:01
Show Gist options
  • Save chuckha/1f19e30210028b43d9c254745bc0926d to your computer and use it in GitHub Desktop.
Save chuckha/1f19e30210028b43d9c254745bc0926d to your computer and use it in GitHub Desktop.
class ICanDoAnything
def initialize args
args.each do |k,v|
instance_variable_set("@#{k}", v) unless v.nil?
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment