# File lib/rudy/machines.rb, line 12
12:     def get(position)
13:       tmp = Rudy::Machine.new position
14:       record = Rudy::Metadata.get tmp.name
15:       return nil unless record.is_a?(Hash)
16:       tmp.from_hash record
17:     end