Method: YARD::CodeObjects::Proxy#type=
- Defined in:
- lib/yard/code_objects/proxy.rb
permalink #type=(type) ⇒ void
This method returns an undefined value.
Allows a parser to infer the type of the proxy by its path.
158 |
# File 'lib/yard/code_objects/proxy.rb', line 158 def type=(type) @type = type ? type.to_sym : nil end |