Skip to content

Instantly share code, notes, and snippets.

@theotherstupidguy
Created December 31, 2014 11:45
Show Gist options
  • Save theotherstupidguy/772d78d5201566f7f550 to your computer and use it in GitHub Desktop.
Save theotherstupidguy/772d78d5201566f7f550 to your computer and use it in GitHub Desktop.
def some_method
self.class.send(:define_method, construct, proc do |title|
$logger.info "store rule: #{title}"
self.instance_exec
end)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment