Module: Fatty::Help
- Defined in:
- lib/fatty/help.rb
Class Method Summary collapse
Class Method Details
.path ⇒ Object
33 34 35 |
# File 'lib/fatty/help.rb', line 33 def self.path File.("config_files/help.md", __dir__) end |
.text ⇒ Object
37 38 39 |
# File 'lib/fatty/help.rb', line 37 def self.text File.read(path) end |