Method: TrustyCms::AdminUI::RegionSet#method_missing

Defined in:
lib/trusty_cms/admin_ui/region_set.rb

#method_missing(method, *args, &block) ⇒ Object



27
28
29
30
31
32
33
# File 'lib/trusty_cms/admin_ui/region_set.rb', line 27

def method_missing(method, *args, &block)
  if args.empty?
    self[method]
  else
    super
  end
end