tanh

tanh(z) Class Public methods returns the hyperbolic tangent of z, where z is given in radians tanh!

new

new(*args) Class Public methods

readline

strio.readline(sep=$/) â stringstrio.readline(limit) â string or nilstrio.readline(sep, limit) â string or nil Instance Public methods See IO#readline.

name

WIN32OLE_VARIABLE#name Instance Public methods Returns the name of variable. tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'XlSheetType') variables = tobj.variables variables.each do |variable| puts "#{variable.name}" end The result of above script is following: xlChart xlDialogSheet xlExcel4IntlMacroSheet xlExcel4MacroSheet xlWorksheet to_s

deprecate_methods

deprecate_methods(target_module, *method_names) Instance Public methods Declare that a method has been deprecated. module Fred extend self def foo; end def bar; end def baz; end end ActiveSupport::Deprecation.deprecate_methods(Fred, :foo, bar: :qux, baz: 'use Bar#baz instead') # => [:foo, :bar, :baz] Fred.foo # => "DEPRECATION WARNING: foo is deprecated and will be removed from Rails 4.1." Fred.bar # => "DEPRECATION WARNING: bar is deprecated and will be remove

sec=

sec=(value) Instance Public methods Set value as the new date/time component. Raises an ArgumentError if the given value isn't between 0 and 59.

define_method_attribute=

define_method_attribute=(attr_name) Instance Protected methods Defined for all datetime and timestamp attributes when time_zone_aware_attributes are enabled. This enhanced write method will automatically convert the time passed to it to the zone stored in Time.zone.

new

new(number) Class Public methods

new

new(parent, *args) Class Public methods

tuples_for

tuples_for(source, type, gracefully_ignore=false) Instance Public methods