# File tile.rb, line 144 def Tile.deleteById(id) if @@tiles[id]!=nil @@tiles[id].del @@tiles.delete_at(id) return true else return false end end