Method: EJX::Template::Subtemplate#arrow_function?

Defined in:
lib/ejx/template/subtemplate.rb

#arrow_function?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/ejx/template/subtemplate.rb', line 14

def arrow_function?
  @function_type == :arrow
end