summaryrefslogtreecommitdiff
path: root/lib/rdoc/ruby_token.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/ruby_token.rb')
-rw-r--r--lib/rdoc/ruby_token.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/rdoc/ruby_token.rb b/lib/rdoc/ruby_token.rb
index 81d3eb0b25..f091e1a676 100644
--- a/lib/rdoc/ruby_token.rb
+++ b/lib/rdoc/ruby_token.rb
@@ -73,7 +73,7 @@ module RDoc::RubyToken
@node = node
end
- attr_reader :node
+ attr_reader:node
def ==(other)
self.class == other.class and
@@ -101,7 +101,7 @@ module RDoc::RubyToken
super(seek, line_no, char_no)
@name = name
end
- attr_reader :name
+ attr_reader:name
def ==(other)
self.class == other.class and
@@ -192,7 +192,7 @@ module RDoc::RubyToken
@text = nil
end
- attr_reader :op
+ attr_reader:op
def ==(other)
self.class == other.class and
@@ -217,7 +217,7 @@ module RDoc::RubyToken
super(seek, line_no, char_no)
@name = name
end
- attr_reader :name
+ attr_reader:name
def ==(other)
self.class == other.class and