module Bindy::Language::Function0

Public Instance Methods

arg_list() click to toggle source
# File lib/bindy/language.rb, line 51
def arg_list
  elements[4]
end
identifier() click to toggle source
# File lib/bindy/language.rb, line 47
def identifier
  elements[0]
end