Skip to content

Commit

Permalink
remove name-conflicting accessor (today is not my day)
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Mar 11, 2011
1 parent c2a2046 commit 571e525
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/formatador.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ class Formatador
PARSE_REGEX = /\[(#{ STYLES.keys.join('|') })\]/ix
INDENT_REGEX = /\[indent\]/ix

attr_accessor :indent

def initialize
@indent = 1
end
Expand Down

0 comments on commit 571e525

Please sign in to comment.