Method: CEML::Script#instructions

Defined in:
lib/ceml/lang/script.rb

#instructionsObject

instructions =



101
102
103
104
105
106
# File 'lib/ceml/lang/script.rb', line 101

def instructions
  elements.first.instructions if elements.first.respond_to? :instructions
  # return self if Instructions === self
  # return super if defined?(super)
  # nil
end