Method: Loxxy::Ast::LoxFunStmt#name

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

#nameObject (readonly)

Returns the value of attribute name.



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

def name
  @name
end