Skip to content

Commit

Permalink
Allow that indentation size and level can be read
Browse files Browse the repository at this point in the history
  • Loading branch information
davispuh committed Feb 4, 2013
1 parent 8a6b6fb commit 9dd8261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/highline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ def initialize( input = $stdin, output = $stdout,
# The current row setting for paging output.
attr_reader :page_at
# The indentation size
attr_writer :indent_size
attr_accessor :indent_size
# The indentation level
attr_writer :indent_level
attr_accessor :indent_level

#
# A shortcut to HighLine.ask() a question that only accepts "yes" or "no"
Expand Down

0 comments on commit 9dd8261

Please sign in to comment.