Registry method shortcut
8 9 10
# File 'lib/scribble/support/context.rb', line 8 def method *args Scribble::Registry.for(self) { method *args } end