class Bindgen::FindPath::ShellTry
- Bindgen::FindPath::ShellTry
- Reference
- Object
Overview
Used in PathConfig#try
to distinguish a path try from a shell one.
Included Modules
- YAML::Serializable
Defined in:
bindgen/find_path/configuration.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(shell : String, regex : Nil | String = nil)
Instance Method Summary
-
#regex : String | Nil
An optional regex to grab the path
-
#regex=(regex : String | Nil)
An optional regex to grab the path
- #shell : String
- #shell=(shell : String)