Class: Runfile::Settings

Inherits:
Object
  • Object
show all
Defined in:
lib/runfile/settings.rb

Overview

The Settings class handles ‘.runfile’ YAML config files. If found in the current directory, we will use their content.

Instance Method Summary collapse

Instance Method Details

#as_structObject



9
10
11
# File 'lib/runfile/settings.rb', line 9

def as_struct
  OpenStruct.new settings
end