class TrustyCms::AdminUI::RegionSet

def method_missing(method, *args, &block)

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