instance method to_s

Ruby on Rails 1.0.1

Last seen in v1.3.0

Available in: v1.0.1 v1.1.0 v1.2.1 v1.3.0

Signature

to_s()

No documentation comment.

Source
# File lib/global_id/uri/gid.rb, line 96
    def to_s
      # Implement #to_s to avoid no implicit conversion of nil into string when path is nil
      "gid://#{app}#{path}#{'?' + query if query}"
    end

Defined in lib/global_id/uri/gid.rb line 96 · View on GitHub · Improve this page · Find usages on GitHub

Defined in URI::GID

Type at least 2 characters to search.

↑↓ navigate · open · esc close