# File sample/psql.rb, line 97
def on(f)
  if f
    return "on"
  else
    return "off"
  end
end