class Sheriff::Jurisdiction

Public Instance Methods

hide(method_name, const) click to toggle source
# File lib/sheriff/jurisdiction.rb, line 11
def hide(method_name, const)
  cannot method_name, const
end
show(method_name, const) click to toggle source
# File lib/sheriff/jurisdiction.rb, line 7
def show(method_name, const)
  can method_name, const
end