Class: RDocF95::ParserFactory::Parsers

Inherits:
Struct
  • Object
show all
Defined in:
lib/rdoc-f95/parsers/parserfactory.rb

Instance Attribute Summary collapse

Instance Attribute Details

#parserObject

Returns the value of attribute parser

Returns:

  • (Object)

    the current value of parser



51
52
53
# File 'lib/rdoc-f95/parsers/parserfactory.rb', line 51

def parser
  @parser
end

#regexpObject

Returns the value of attribute regexp

Returns:

  • (Object)

    the current value of regexp



51
52
53
# File 'lib/rdoc-f95/parsers/parserfactory.rb', line 51

def regexp
  @regexp
end