method
action
ruby latest stable - Class:
Bundler::PermissionError
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