Autoloading in the app directory Autoloading in the lib directory Requiring gems Inflections Hanami uses the Zeitwerk code loader to support autoloading. This means that yo...
alias alias An alias declaration inside a lib declares a C typedef : lib X alias MyInt = Int32 end Now Int32 and MyInt are interchangeable: lib X alia...
alias alias An alias declaration inside a lib declares a C typedef : lib X alias MyInt = Int32 end Now Int32 and MyInt are interchangeable: lib X ali...