Method: Avm::SourceGenerators::Runner#options

Defined in:
lib/avm/source_generators/runner.rb

#optionsHash<String, String>

Returns:

  • (Hash<String, String>)


49
50
51
# File 'lib/avm/source_generators/runner.rb', line 49

def options
  parsed.option.to_h { |v| v.split(OPTION_NAME_VALUE_SEPARATOR) }
end