Skip to content

Instantly share code, notes, and snippets.

@pasberth
Created September 29, 2011 08:59
Show Gist options
  • Select an option

  • Save pasberth/1250346 to your computer and use it in GitHub Desktop.

Select an option

Save pasberth/1250346 to your computer and use it in GitHub Desktop.
よくしたくなるシチュエーションを関数化
class Class
def initbefore &process
allocate.tap do |instance|
instance.instance_eval &process
end
end
end
Hash.initbefore { initialize self }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment