BinData classes that are part of the DSL must be extended by this.
# File lib/bindata/dsl.rb, line 38 def dsl_parser(parser_type = nil) unless defined? @dsl_parser parser_type = superclass.dsl_parser.parser_type if parser_type.nil? @dsl_parser = DSLParser.new(self, parser_type) end @dsl_parser end
Generated with the Darkfish Rdoc Generator 2.