Module: Finitio::Syntax::Expr::Parenthesized

Includes:
Finitio::Syntax::Expr
Defined in:
lib/finitio/syntax/expr/parenthesized.rb

Constant Summary

Constants included from Finitio::Syntax::Expr

WORLD_VAR

Instance Method Summary collapse

Methods included from Finitio::Syntax::Expr

#free_variables, included, #to_proc, #to_proc_src

Methods included from Node

included, #metadata, #resolve_ruby_const, #unique_names!

Instance Method Details

#_free_variables(fvs) ⇒ Object



13
14
15
# File 'lib/finitio/syntax/expr/parenthesized.rb', line 13

def _free_variables(fvs)
  expr._free_variables(fvs)
end

#to_proc_sourceObject



9
10
11
# File 'lib/finitio/syntax/expr/parenthesized.rb', line 9

def to_proc_source
  expr.to_proc_source
end