Method: YARD::CLI::Yardoc#options

Defined in:
lib/yard/cli/yardoc.rb

#optionsHash (readonly)

Returns the hash of options passed to the template.

Returns:

  • (Hash)

    the hash of options passed to the template.

See Also:

  • Templates::Engine#render

Since:

  • 0.2.1



148
149
150
# File 'lib/yard/cli/yardoc.rb', line 148

def options
  @options
end