Method: Runfile::Settings#as_struct

Defined in:
lib/runfile/settings.rb

#as_structObject



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

def as_struct
  OpenStruct.new settings
end