# File lib/rudy/machines.rb, line 34 34: def exists?(pos=nil) 35: machines = pos.nil? ? list : get(pos) 36: !machines.nil? 37: end