Module: Fatty::Help
- Defined in:
- lib/fatty/help.rb
Class Method Summary collapse
Class Method Details
.path ⇒ Object
5 6 7 |
# File 'lib/fatty/help.rb', line 5 def self.path File.("../../help/help.md", __dir__) end |
.text ⇒ Object
9 10 11 |
# File 'lib/fatty/help.rb', line 9 def self.text File.read(path) end |