Acl::Path
Inherits YAML::Serializable / Reference / Object
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew(value : String)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceClass methods
value_to_regex(value : String)
SourceInstance methods
<(rhs : Path)
Source<=(rhs : Path)
Source>(rhs : Path)
Source>=(rhs : Path)
Sourceacl_match?(other_path : String) : Bool
Sourceregex
Sourcesize
Sourceto_s
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.
value
Sourcevalue=(value : String)
Source