Method: SwitchPoint::ClassMethods#with_readonly

Defined in:
lib/switch_point.rb

#with_readonly(*names, &block) ⇒ Object



37
38
39
# File 'lib/switch_point.rb', line 37

def with_readonly(*names, &block)
  with_mode(:readonly, *names, &block)
end