Module URITemplate::RFC6570::Utils
In: lib/uri_template/rfc6570.rb

@private

Methods

def?  

Included Modules

URITemplate::Utils

Public Instance methods

Returns true iff the value is `defined` [RFC6570 Section 2.3](tools.ietf.org/html/rfc6570#section-2.3)

The only undefined things are:

  • nil
  • arrays containing no defined value
  • associative arrays/hashes containing no defined value

Things that are always defined:

  • Strings, independent of the length

[Validate]