Method: Loxxy::Ast::LoxFunStmt#params

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

#paramsObject (readonly)

Returns the value of attribute params.



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

def params
  @params
end