Skip to content

Instantly share code, notes, and snippets.

@kiote
Created October 7, 2011 13:30
Show Gist options
  • Save kiote/1270277 to your computer and use it in GitHub Desktop.
Save kiote/1270277 to your computer and use it in GitHub Desktop.
class MyClass
def do_somth_with_class(class)
class.send(method.to_sym)
other_stuff
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment