Method: LabClient::Docs#option
- Defined in:
- lib/labclient/docs.rb
#option(name, text) ⇒ Object
Deprecate
77 78 79 80 |
# File 'lib/labclient/docs.rb', line 77 def option(name, text) @result[:options] ||= [] @result[:options].push(name: name, text: text) end |