Created
January 14, 2009 19:34
-
-
Save andrewtimberlake/47020 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
columns(2, :width => margin_box.width) do | |
column do | |
text "Text for the left column" | |
end | |
column do | |
text "Text for the right column\nthat is more than one line\nso that the right column is larger" | |
end | |
end | |
text "Some text that will be below both columns" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment