Method: MSpecOptions#doc
- Defined in:
- lib/mspec/utils/options.rb
#doc(str) ⇒ Object
Adds a string of documentation text inline in the text generated from the options. See #on and #add.
166 167 168 |
# File 'lib/mspec/utils/options.rb', line 166 def doc(str) @doc << str end |