Sha256: 9fe682af8af4815da7fca953c501ee742db37dabe70b46bee15c36553ce44139

Contents?: true

Size: 391 Bytes

Versions: 321

Compression:

Stored size: 391 Bytes

Contents

require_relative "line_editor/basic"
require_relative "line_editor/readline"

class Bundler::Thor
  module LineEditor
    def self.readline(prompt, options = {})
      best_available.new(prompt, options).readline
    end

    def self.best_available
      [
        Bundler::Thor::LineEditor::Readline,
        Bundler::Thor::LineEditor::Basic
      ].detect(&:available?)
    end
  end
end

Version data entries

321 entries across 321 versions & 6 rubygems

Version Path
direct7-0.0.18 vendor/bundle/ruby/2.7.0/gems/bundler-2.4.21/lib/bundler/vendor/thor/lib/thor/line_editor.rb
direct7-0.0.17 vendor/bundle/ruby/2.7.0/gems/bundler-2.4.21/lib/bundler/vendor/thor/lib/thor/line_editor.rb
rubygems-update-3.5.23 bundler/lib/bundler/vendor/thor/lib/thor/line_editor.rb
bundler-2.5.23 lib/bundler/vendor/thor/lib/thor/line_editor.rb
direct7-0.0.16 vendor/bundle/ruby/2.7.0/gems/bundler-2.4.21/lib/bundler/vendor/thor/lib/thor/line_editor.rb
rubygems-update-3.5.22 bundler/lib/bundler/vendor/thor/lib/thor/line_editor.rb
bundler-2.5.22 lib/bundler/vendor/thor/lib/thor/line_editor.rb
rubygems-update-3.5.21 bundler/lib/bundler/vendor/thor/lib/thor/line_editor.rb
bundler-2.5.21 lib/bundler/vendor/thor/lib/thor/line_editor.rb
rubygems-update-3.5.20 bundler/lib/bundler/vendor/thor/lib/thor/line_editor.rb
bundler-2.5.20 lib/bundler/vendor/thor/lib/thor/line_editor.rb
rubygems-update-3.5.19 bundler/lib/bundler/vendor/thor/lib/thor/line_editor.rb
bundler-2.5.19 lib/bundler/vendor/thor/lib/thor/line_editor.rb
rubygems-update-3.5.18 bundler/lib/bundler/vendor/thor/lib/thor/line_editor.rb
bundler-2.5.18 lib/bundler/vendor/thor/lib/thor/line_editor.rb
rubygems-update-3.5.17 bundler/lib/bundler/vendor/thor/lib/thor/line_editor.rb
bundler-2.5.17 lib/bundler/vendor/thor/lib/thor/line_editor.rb
rubygems-update-3.5.16 bundler/lib/bundler/vendor/thor/lib/thor/line_editor.rb
bundler-2.5.16 lib/bundler/vendor/thor/lib/thor/line_editor.rb
rubygems-update-3.5.15 bundler/lib/bundler/vendor/thor/lib/thor/line_editor.rb