38 39 40 41 42 43
# File 'lib/bindata/dsl.rb', line 38 def dsl_parser(parser_type = nil) @dsl_parser ||= begin parser_type ||= superclass.dsl_parser.parser_type DSLParser.new(self, parser_type) end end