Sha256: 8ab2043ccb25b5691dad2d4ab7132be5baf9b2eccda010d58e743e6a09686fbe

Contents?: true

Size: 331 Bytes

Versions: 7

Compression:

Stored size: 331 Bytes

Contents

module Autowow
  module Commands
    module Rbenv
      def version
        ['rbenv', 'local']
      end

      def aliases
        ['rbenv', 'alias']
      end

      def installed_versions
        ['rbenv', 'versions', '--bare', '--skip-aliases']
      end

      include ReflectionUtils::CreateModuleFunctions
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
autowow-0.8.0 lib/autowow/commands/rbenv.rb
autowow-0.7.0 lib/autowow/commands/rbenv.rb
autowow-0.6.3 lib/autowow/commands/rbenv.rb
autowow-0.6.0 lib/autowow/commands/rbenv.rb
autowow-0.5.0 lib/autowow/commands/rbenv.rb
autowow-0.4.1 lib/autowow/commands/rbenv.rb
autowow-0.4.0 lib/autowow/commands/rbenv.rb