class Geos::IndexBoundsError

Public Class Methods

new(*) click to toggle source
Calls superclass method
# File lib/ffi-geos.rb, line 1577
def initialize(*)
  super('Index out of bounds')
end