Class: Array

Inherits:
Object
  • Object
show all
Includes:
Language::Mixin
Defined in:
lib/language/class.rb,
lib/language/mixin.rb

Instance Method Summary collapse

Methods included from Language::Mixin

#method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Language::Mixin

Instance Method Details

#langObject

Higher-order function to invoke Language functions.



50
51
52
# File 'lib/language/class.rb', line 50

def lang
  Language.instance(self)
end