Skip to content

Instantly share code, notes, and snippets.

@emasaka
Created April 6, 2011 12:30
Show Gist options
  • Save emasaka/905564 to your computer and use it in GitHub Desktop.
Save emasaka/905564 to your computer and use it in GitHub Desktop.
# plugin for earthquake.gem
Earthquake.init do
command :line do
puts '-' * (ENV['COLUMNS'].to_i - 1)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment