method

action

ruby latest stable - Class: Bundler::PermissionError

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

action()
public

No documentation available.

# File lib/bundler/errors.rb, line 68
    def action
      case @permission_type
      when :read then "read from"
      when :write then "write to"
      when :executable, :exec then "execute"
      else @permission_type.to_s
      end
    end