Sha256: c353e7e14957efb6da441e6d85156090f38d4e6945c2e758bbe5007d37d80d09

Contents?: true

Size: 238 Bytes

Versions: 36

Compression:

Stored size: 238 Bytes

Contents

module Redcar
  class REPL
    class FakeEvaluator
      def execute(expr)
        "#{expr} was entered"
      end
    end

    class OpenFakeREPL < OpenREPL
      def execute
        open_repl(ReplMirror.new)
      end
    end
  end
end

Version data entries

36 entries across 36 versions & 2 rubygems

Version Path
redcar-0.13 plugins/repl/features/support/fake_repl.rb
redcar-dev-0.13.5dev plugins/repl/features/support/fake_repl.rb
redcar-dev-0.13.4dev plugins/repl/features/support/fake_repl.rb
redcar-dev-0.13.3dev plugins/repl/features/support/fake_repl.rb
redcar-dev-0.13.2dev plugins/repl/features/support/fake_repl.rb
redcar-dev-0.13.1dev plugins/repl/features/support/fake_repl.rb
redcar-0.12.1 plugins/repl/features/support/fake_repl.rb
redcar-dev-0.13.0dev plugins/repl/features/support/fake_repl.rb
redcar-0.12 plugins/repl/features/support/fake_repl.rb
redcar-dev-0.12.27dev plugins/repl/features/support/fake_repl.rb
redcar-dev-0.12.26dev plugins/repl/features/support/fake_repl.rb
redcar-dev-0.12.25dev plugins/repl/features/support/fake_repl.rb
redcar-dev-0.12.24dev plugins/repl/features/support/fake_repl.rb
redcar-dev-0.12.23dev plugins/repl/features/support/fake_repl.rb
redcar-dev-0.12.22dev plugins/repl/features/support/fake_repl.rb
redcar-dev-0.12.21dev plugins/repl/features/support/fake_repl.rb
redcar-dev-0.12.20dev plugins/repl/features/support/fake_repl.rb
redcar-dev-0.12.19dev plugins/repl/features/support/fake_repl.rb
redcar-dev-0.12.18dev plugins/repl/features/support/fake_repl.rb
redcar-dev-0.12.17dev plugins/repl/features/support/fake_repl.rb