summaryrefslogtreecommitdiff
path: root/lib/yaml/stringio.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yaml/stringio.rb')
-rw-r--r--lib/yaml/stringio.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yaml/stringio.rb b/lib/yaml/stringio.rb
index 8ad949fa2b..b0fda19e28 100644
--- a/lib/yaml/stringio.rb
+++ b/lib/yaml/stringio.rb
@@ -13,7 +13,7 @@ rescue LoadError
end
def pos
@pos
- end
+ end
def eof
@eof
end