class BetterErrors::REPL::Pry::Input

Public Instance Methods

readline() click to toggle source
# File lib/better_errors/pry/repl/pry.rb, line 8
def readline
  Fiber.yield
end