Module: Fatty::Help

Defined in:
lib/fatty/help.rb

Class Method Summary collapse

Class Method Details

.pathObject



33
34
35
# File 'lib/fatty/help.rb', line 33

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

.textObject



37
38
39
# File 'lib/fatty/help.rb', line 37

def self.text
  File.read(path)
end