module Allowy::Matchers

Public Instance Methods

be_able_to(*args) click to toggle source
# File lib/allowy/matchers.rb, line 32
def be_able_to(*args)
  AbleToMatcher.new(*args)
end