class

Cosmo::Intrinsic::FileLib::Read

Inherits Cosmo::Intrinsic::IFunction / Cosmo::Callable / Reference / Object

Reads the contents of a file

Instance methods

arity

The amount of parameters this function will accept

Source
call(args : Array(ValueType)) : String

Executes the function body, passing in args

Source