Classes: Options
10 11 12
# File 'lib/runner/runner.rb', line 10 def root File.expand_path(File.join(__FILE__, "../../../")) end
4 5 6 7 8
# File 'lib/runner/runner.rb', line 4 def run(options={}) options = Options.new(options).to_h Selfiegram.send(options[:action], options) end