class ExampleFile
- ExampleFile
- Reference
- Object
Defined in:
example_file.crConstructors
Class Method Summary
- .from_github(org : String, repo : String, path : String, ref : String = "main")
- .from_path(path)
- .from_url(url)
Instance Method Summary
Constructor Detail
Class Method Detail
def self.from_github(org : String, repo : String, path : String, ref : String = "main")
#