Sha256: a63daf781b38d8f9d3ceb3d03c0a3bca125df004192313682f0edb6408e5e923
Contents?: true
Size: 249 Bytes
Versions: 20
Compression:
Stored size: 249 Bytes
Contents
# encoding:utf-8 module TestServer class Server private attr_reader :command public def initialize(command = ServerCommands::Rackup.new) @command = command end def start exec command.to_s end end end
Version data entries
20 entries across 20 versions & 1 rubygems