Skip to content

Commit

Permalink
Merge pull request #64 from davispuh/patch-1
Browse files Browse the repository at this point in the history
Allow so that indentation size and level can be also read not only written
  • Loading branch information
JEG2 committed Feb 4, 2013
2 parents 8a6b6fb + 9dd8261 commit c480dee
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 c480dee

Please sign in to comment.