# File lib/rudy/metadata/machine.rb, line 80 80: def postprocess 81: @position &&= @position.to_s.rjust(2, '0') 82: @os &&= @os.to_sym 83: end