Skip to content

Instantly share code, notes, and snippets.

@paulcsmith
Created November 21, 2016 19:41
Show Gist options
  • Save paulcsmith/bc72bf3021c3ba7373283eb080f22598 to your computer and use it in GitHub Desktop.
Save paulcsmith/bc72bf3021c3ba7373283eb080f22598 to your computer and use it in GitHub Desktop.
class Foo
def bar
print_current_method
end
macro print_current_method
puts {{current_method.name.stringify}}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment