class Addressable::URI
def omit!(*components)
- See: Addressable::URI#omit -
Returns:
-
(Addressable::URI)
- The URI with components omitted.
Parameters:
-
*components
(Symbol
) -- The components to be omitted.
def omit!(*components) replace_self(self.omit(*components)) end