I've come across this expression in erb files, for example here:
https://github.com/cloudfoundry/cf-release/blob/master/jobs/postgres/templates/pg_hba.conf.erb
What does "properties.send(...)" do? How is it evaluated? I searched in
documentation and also here in forums but did not find anything. May be I'm
just missing something obvious, but could anyone briefly explain, please?