Skip to content

Commit 6e00c35

Browse files
committed
Corrected attr definition
1 parent da5c4e4 commit 6e00c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pattern_patch/patch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ module PatternPatch
55
class Patch
66
attr_accessor :regexp
77
attr_accessor :text
8-
attr_accessor :text_file
98
attr_accessor :mode
109
attr_accessor :global
10+
attr_reader :text_file
1111

1212
class << self
1313
def from_yaml(path)

0 commit comments

Comments
 (0)