Class: Interpolation
- Inherits:
-
Object
- Object
- Interpolation
- Defined in:
- lib/interpolate.rb
Overview
deprecated as of 0.3.0; use Interpolate::Points instead
Class Method Summary collapse
-
.new(*args) ⇒ Object
metaclass :new override method to return an instance of Interpolate::Points.
Class Method Details
.new(*args) ⇒ Object
metaclass :new override method to return an instance of Interpolate::Points
9 10 11 12 |
# File 'lib/interpolate.rb', line 9 def new(*args) warn "::Interpolation has been deprecated as of 0.3.0; use Interpolate::Points" Interpolate::Points.new(*args) end |