Top Level Namespace

Defined Under Namespace

Modules: Arrayize, HashExcept Classes: CheckAuth

Instance Method Summary collapse

Instance Method Details

#check_auth_for(&block) ⇒ Object



7
8
9
10
# File 'lib/rspec_check_auth.rb', line 7

def check_auth_for &block
  return unless block
  eval(CheckAuth.for &block)
end