module Embed
Extended Modules
Defined in:
embed.crConstant Summary
-
VERSION =
"0.1.0"
Instance Method Summary
- #children(input : String)
- #dir(input : String)
- #embed_dir(input : String)
- #embed_file(input : String)
- #embed_glob(input : String, match : File::MatchOptions = File::MatchOptions::All, follow_symlinks : Bool = false)
- #entries(input : String)
- #file(input : String)
- #glob(input : String)
- #list_children(input : String)
- #list_entries(input : String)
Instance Method Detail
def embed_glob(input : String, match : File::MatchOptions = File::MatchOptions::All, follow_symlinks : Bool = false)
#