Module: Fatty::Help

Defined in:
lib/fatty/help.rb

Class Method Summary collapse

Class Method Details

.pathObject



5
6
7
# File 'lib/fatty/help.rb', line 5

def self.path
  File.expand_path("../../help/help.md", __dir__)
end

.textObject



9
10
11
# File 'lib/fatty/help.rb', line 9

def self.text
  File.read(path)
end