Method: OpenC3::ConfigParser#keyword

Defined in:
lib/openc3/config/config_parser.rb

#keywordString

Returns The current keyword being parsed.

Returns:

  • (String)

    The current keyword being parsed



35
36
37
# File 'lib/openc3/config/config_parser.rb', line 35

def keyword
  @keyword
end