Navigation Menu

Skip to content

Commit

Permalink
Add :width to Style.defaults, so it appears in Style.defaults.keys
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Oct 19, 2011
1 parent 4165427 commit 07256b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/terminal-table/style.rb
Expand Up @@ -25,7 +25,8 @@ class Table
class Style class Style
@@defaults = { @@defaults = {
:border_x => "-", :border_y => "|", :border_i => "+", :border_x => "-", :border_y => "|", :border_i => "+",
:padding_left => 1, :padding_right => 1 :padding_left => 1, :padding_right => 1,
:width => nil
} }


attr_accessor :border_x attr_accessor :border_x
Expand Down

0 comments on commit 07256b1

Please sign in to comment.