Skip to content

Instantly share code, notes, and snippets.

@aarongough
Created July 12, 2010 19:20
Show Gist options
  • Select an option

  • Save aarongough/472932 to your computer and use it in GitHub Desktop.

Select an option

Save aarongough/472932 to your computer and use it in GitHub Desktop.
object_with_size = derive_from(basic_object)
send(object_with_size, :add_method, :size) do |this, params|
this[:size]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment