20 21 22 23 24
# File 'lib/shorthand.rb', line 20 def shorthand(&block) if block ::Shorthand::Provider.new(self, &block) end end