Class: CodeTools::AST::RegexLiteral

Inherits:
Node
  • Object
show all
Defined in:
lib/rubinius/code/compiler/evaluator.rb

Instance Method Summary collapse

Instance Method Details

#execute(e) ⇒ Object



113
114
115
# File 'lib/rubinius/code/compiler/evaluator.rb', line 113

def execute(e)
  ::Regexp.new(@source, @options)
end