class EvalError
Public Class Methods
new(msg)
click to toggle source
Calls superclass method
# File lib/safe_ruby/runner.rb, line 4 def initialize(msg); super; end