struct Crystal::Compiler::Source inherits Struct ¶ A source to the compiler: its filename and source code. Class methods¶ .new(filename : String, code : String) ¶ View source Methods¶ #clone ¶ View source #code : String ¶ #copy_with(filename _filename = @filename, code _code = @code) ¶ View source #filename : String ¶