Sha256: 75e37ff07a9144f07cae58e9402e5cbcc4fa09f9b0ea1610b9cadafeac7bf57f
Contents?: true
Size: 342 Bytes
Versions: 19
Compression:
Stored size: 342 Bytes
Contents
require 'flydata/command/base' require 'flydata/command/sender' module Flydata module Command class Start < Base def self.slop Flydata::Command::Sender.slop_start # Needs options for Sender#start end def run sender = Flydata::Command::Sender.new(opts) sender.start end end end end
Version data entries
19 entries across 19 versions & 1 rubygems