Shopify / measured

Encapsulate measurements and their units in Ruby and Ruby on Rails.
MIT License
337 stars 28 forks source link

Add # frozen_string_literal: true #123

Closed kmcphillips closed 5 years ago

kmcphillips commented 5 years ago

Basically just adds the # frozen_string_literal: true comment everywhere, along with a few .freeze and string cleanups.

Related to https://github.com/Shopify/measured-rails/pull/59