Creates a new Statsample::Vector object of type :scale
# File lib/statsample/vector.rb, line 11 def to_scale(*args) Statsample::Vector.new(self, :scale, *args) end
Creates a new Statsample::Vector object Argument should be equal to Vector.new
# File lib/statsample/vector.rb, line 7 def to_vector(*args) Statsample::Vector.new(self,*args) end
Generated with the Darkfish Rdoc Generator 2.