Sha256: 1250da370c44b0a90e8e68af6f4f799948f66d7260eefc0464d1c943d695061c
Contents?: true
Size: 277 Bytes
Versions: 42
Compression:
Stored size: 277 Bytes
Contents
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
42 entries across 42 versions & 1 rubygems