vendor/assets/build/medias/rubies/examples/auto_width.rb in atome-0.4.7.0 vs vendor/assets/build/medias/rubies/examples/auto_width.rb in atome-0.5.1.1
- old
+ new
@@ -2 +1,3 @@
+# frozen_string_literal: true
+
b = box({ width: :auto, left: 333 })
b.right(333)
\ No newline at end of file