Parent

Methods

Object

Public Instance Methods

try(*a, &b) click to toggle source
# File lib/geokit/core_ext.rb, line 3
def try(*a, &b)
  if a.empty? && block_given?
    yield self
  else
    __send__(*a, &b)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.