Class: URI::MATRIX

Inherits:
Generic show all
Defined in:
lib/matrix_sdk/extensions.rb

Instance Method Summary collapse

Instance Method Details

#full_pathObject



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