class Acl::Path
- Acl::Path
- Reference
- Object
Included Modules
- YAML::Serializable
Defined in:
lib/acl/path.crConstructors
Class Method Summary
Instance Method Summary
- #<(rhs : Path)
- #<=(rhs : Path)
-
#==(rhs)
Returns
false
(other can only be aValue
here). - #>(rhs : Path)
- #>=(rhs : Path)
- #acl_match?(other_path : String) : Bool
- #regex : Regex | Nil
- #size
-
#to_s : String
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #value : String
- #value=(value : String)
Constructor Detail
Class Method Detail
Instance Method Detail
def ==(rhs)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).
def to_s : String
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.