Sha256: c1d057a4cde012beb7dbabbd791adeb631cb7afa0c7f98481d9cf3df9f893e7f

Contents?: true

Size: 187 Bytes

Versions: 1

Compression:

Stored size: 187 Bytes

Contents

module Robotnik
  module Authorization
    module Watch
      
      def can? *args
        Robotnik::Authorization::Law.law.can? *(args.unshift(self))
      end
      
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stasi-0.0.1.alpha lib/stasi/authorization/watch.rb