module Utils

Direct including types

Defined in:

utils.cr

Class Method Summary

Class Method Detail

def self.find_all(path, extension) #

Find all files with given extension in path, if two files are alternative languages of one another they are grouped together.


[View source]
def self.path_to_link(path, extension = nil) #

Convert path to link, optionally changing extension

path_to_link("output/foo/../bar") # => "/bar"


[View source]
def self.slugify(string) #

[View source]