rails / arel

A Relational Algebra
2.06k stars 390 forks source link

Enable frozen_string_literal in all files in arel #471

Closed rafaelfranca closed 7 years ago

rafaelfranca commented 7 years ago

To avoid having to explicitly call freeze or store strings in constants we are now enabling the frozen_string_literal magic comment.