Method: YARD::CodeObjects::Proxy#type=

Defined in:
lib/yard/code_objects/proxy.rb

#type=(type) ⇒ void

This method returns an undefined value.

Allows a parser to infer the type of the proxy by its path.

Parameters:

  • type (#to_sym)

    the proxy’s inferred type

[View source]

158
# File 'lib/yard/code_objects/proxy.rb', line 158

def type=(type) @type = type ? type.to_sym : nil end