Class: URI::MATRIX
Instance Method Summary collapse
Instance Method Details
#full_path ⇒ Object
5 6 7 8 9 |
# File 'lib/matrix_sdk/extensions.rb', line 5 def full_path select(:host, :port, :path, :query, :fragment) .reject(&:nil?) .join end |