Method: Loxxy::Ast::LoxFunStmt#body

Defined in:
lib/loxxy/ast/lox_fun_stmt.rb

#bodyObject (readonly)

Returns the value of attribute body.



11
12
13
# File 'lib/loxxy/ast/lox_fun_stmt.rb', line 11

def body
  @body
end