All pastes #2057066 Raw Edit

Mine

public ruby v1 · immutable
#2057066 ·published 2011-05-11 21:58 UTC
rendered paste body
    for i in 0..x {      if @cube[z][y][i] != "."        return false      end    }