In Files

  • mrbgems/mruby-eval/test/eval.rb

Parent

Methods

TestEvalConstScope

Constants

EVAL_CONST_CLASS

Public Instance Methods

const_string() click to toggle source
 
               # File mrbgems/mruby-eval/test/eval.rb, line 74
def const_string
  eval 'EVAL_CONST_CLASS'
end