lib/prawn/document/span.rb in prawn-0.2.3 vs lib/prawn/document/span.rb in prawn-0.3.0
- old
+ new
@@ -1,4 +1,12 @@
+# encoding: utf-8
+
+# span.rb : Implements text columns
+#
+# Copyright September 2008, Gregory Brown. All Rights Reserved.
+#
+# This is free software. Please see the LICENSE and COPYING files for details.
+
module Prawn
class Document
# A span is a special purpose bounding box that allows a column of
# elements to be positioned relative to the margin_box.
#
\ No newline at end of file