Method: LabClient::Docs#help
- Defined in:
- lib/labclient/docs.rb
#help(&block) ⇒ Object
Replacing with Docusaurus, Using vanilla markdown This isn’t used in the CLI/Pry at all either Klass Helper
31 32 33 34 35 36 37 |
# File 'lib/labclient/docs.rb', line 31 def help(&block) # require 'active_support/inflector' @group_name ||= group_name.pluralize doc 'Reference' do block.call end end |