Sha256: 822f786cdb0de1133b41fc243885a92674fd12acd296f219469abb6c980fb624

Contents?: true

Size: 197 Bytes

Versions: 14

Compression:

Stored size: 197 Bytes

Contents

# frozen_string_literal: true

module Neptuno
  module TTY
    # Wrapper class for TTY gem
    module Prompt
      TTY = ::TTY::Prompt.new

      def prompt
        TTY
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
neptuno-1.5.0 lib/neptuno/tty/prompt.rb
neptuno-1.4.10 lib/neptuno/tty/prompt.rb
neptuno-1.2.1 lib/neptuno/tty/prompt.rb
neptuno-1.2.0 lib/neptuno/tty/prompt.rb
neptuno-1.0.10 lib/neptuno/tty/prompt.rb
neptuno-1.0.9 lib/neptuno/tty/prompt.rb
neptuno-1.0.8 lib/neptuno/tty/prompt.rb
neptuno-1.0.7 lib/neptuno/tty/prompt.rb
neptuno-1.0.6 lib/neptuno/tty/prompt.rb
neptuno-1.0.5 lib/neptuno/tty/prompt.rb
neptuno-1.0.3 lib/neptuno/tty/prompt.rb
neptuno-1.0.2 lib/neptuno/tty/prompt.rb
neptuno-1.0.1 lib/neptuno/tty/prompt.rb
neptuno-1.0.0 lib/neptuno/tty/prompt.rb