summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/psych/parser.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/psych/parser.rb b/lib/psych/parser.rb
index caa544c..0e38a4a 100644
--- a/lib/psych/parser.rb
+++ b/lib/psych/parser.rb
@@ -40,15 +40,5 @@ module Psych
def initialize handler = Handler.new
@handler = handler
end
-
- ###
- # Parse the YAML document contained in +yaml+. Events will be called on
- # the handler set on the parser instance.
- #
- # See Psych::Parser and Psych::Parser#handler
-
- def parse yaml
- parse_string string
- end
end
end