Flowdock
evaluate(context, statements, file = __FILE__, line = __LINE__) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/irb/workspace.rb, line 81
    def evaluate(context, statements, file = __FILE__, line = __LINE__)
      eval(statements, @binding, file, line)
    end
Register or log in to add new notes.