Sha256: 63edfdc602e3a0ad94fccec675569eadabbaf98a5ab1b0e0087905b451abfaf4

Contents?: true

Size: 208 Bytes

Versions: 14

Compression:

Stored size: 208 Bytes

Contents

# frozen_string_literal: true

module Neptuno
  module TTY
    # Wrapper class for TTY gem
    module Which
      TTY = ::TTY::Which

      def which(args)
        TTY.which(args)
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

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