class

Acl::Path

Inherits YAML::Serializable / Reference / Object

Constructors

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(value : String)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Class methods

value_to_regex(value : String)
Source

Instance methods

<(rhs : Path)
Source
<=(rhs : Path)
Source
==(rhs)

Returns false (other can only be a Value here).

Source
>(rhs : Path)
Source
>=(rhs : Path)
Source
acl_match?(other_path : String) : Bool
Source
regex
Source
size
Source
to_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.

Source
value
Source
value=(value : String)
Source