Sha256: e65ddc3e1c3182922e4b00804c1eb0ae83b15918b77bfc12b336f5b0d6e5bf8d

Contents?: true

Size: 202 Bytes

Versions: 8

Compression:

Stored size: 202 Bytes

Contents

module NSIndexPathWrap

  def +(aNumber)
    self.class.indexPathForRow(row+aNumber, inSection:section)
  end

  def -(aNumber)
    self.class.indexPathForRow(row-aNumber, inSection:section)
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bubble-wrap-1.9.7 motion/core/ios/ns_index_path.rb
bubble-wrap-1.9.6 motion/core/ios/ns_index_path.rb
bubble-wrap-1.9.5 motion/core/ios/ns_index_path.rb
bubble-wrap-1.9.4 motion/core/ios/ns_index_path.rb
bubble-wrap-1.9.3 motion/core/ios/ns_index_path.rb
bubble-wrap-1.9.2 motion/core/ios/ns_index_path.rb
bubble-wrap-1.9.1 motion/core/ios/ns_index_path.rb
bubble-wrap-1.9.0 motion/core/ios/ns_index_path.rb