A simple factory
45 46 47 48
# File 'lib/remote_executor/systems.rb', line 45 def create( entry ) return System.new( entry ) end