Sha256: 408a9eb7bdcd98ca0e56848508d361f50190ecbda3bdf36d3c0c7e07f86f7c31

Contents?: true

Size: 225 Bytes

Versions: 2

Compression:

Stored size: 225 Bytes

Contents

module Robotnik
  module Authorization
    module Watch
      
      def can? *args
        args[2] ||= {}
        args[2][:agent] = self
        Robotnik::Authorization::Law.law.can? *args
      end
      
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stasi-0.1.2 lib/stasi/authorization/watch.rb
stasi-0.1.0 lib/stasi/authorization/watch.rb