Skip to content

Instantly share code, notes, and snippets.

@Tensho
Last active November 7, 2016 14:48
Show Gist options
  • Save Tensho/c7ac46f067544ec7952dad5912b8d51d to your computer and use it in GitHub Desktop.
Save Tensho/c7ac46f067544ec7952dad5912b8d51d to your computer and use it in GitHub Desktop.
View source code of a method dynamically in Ruby
require "method_source"
some_object.class.instance_method(:some_method).source.display
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment