Skip to content

Instantly share code, notes, and snippets.

@andrewtimberlake
Created January 14, 2009 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewtimberlake/47020 to your computer and use it in GitHub Desktop.
Save andrewtimberlake/47020 to your computer and use it in GitHub Desktop.
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