Method: Loxxy::Ast::LoxFunStmt#is_method
- Defined in:
- lib/loxxy/ast/lox_fun_stmt.rb
#is_method ⇒ Object
Returns the value of attribute is_method.
12 13 14 |
# File 'lib/loxxy/ast/lox_fun_stmt.rb', line 12 def is_method @is_method end |