class Crystal::Macros::ProcLiteral inherits Crystal::Macros::ASTNode ¶ A proc method, written like: ->(arg : String) { puts arg } Methods¶ #args : ArrayLiteral(Arg) ¶ Returns the arguments of this proc. View source #body : ASTNode ¶ Returns the body of this proc. View source