11 12 13 14 15 16
# File 'lib/shorthand.rb', line 11 def initialize(*args, &block) super if block ::Shorthand::Provider.new(self, &block) end end