ARGF.binmode? â true or false Instance Public methods Returns true if +ARGF+ is being read in binary mode; false otherwise. (To enable binary mode use +ARGF.binmode+. For example: ARGF.binmode? #=> false ARGF.binmode ARGF.binmode? #=> true
from_state(opts) Class Public methods Creates a State object from opts, which ought to be Hash to create a new State instance configured by opts, something else to create an unconfigured instance. If opts is a State object, it is just returned.
new(item) Class Public methods object initializer called from Class#new
nodeType() Instance Public methods DOMNodeType nodeType the node's type
replaceChild(arg0, arg1) Instance Public methods IXMLDOMNode replaceChild replace a child node IXMLDOMNode arg0 --- newChild [IN] IXMLDOMNode arg1 --- oldChild [IN]
api_endpoint(uri) Instance Public methods Given a source at uri, calculate what hostname to actually connect to query the data for it.
eql?(other) Instance Public methods Also aliased as: ==
acts_like_time?() Instance Public methods So that self acts_like?(:time).
to_json(*) Instance Public methods Returns a JSON string representation for this Float number.
autoload_at(path) Instance Public methods
Page 518 of 2275