# File lib/geo_ruby/simple_features/polygon.rb, line 16 def method_missing(method_name,*args,&b) @rings.send(method_name,*args,&b) end