Method: CanHasFlagz::InstanceMethods#flag

Defined in:
lib/can_has_flagz/instance_methods.rb

#flagObject



2
3
4
# File 'lib/can_has_flagz/instance_methods.rb', line 2

def flag
  @__flags ||= Hash.new { |hash,key| hash[key] = false }
end