From 971e4e4f70ff87da7609845f27a349a9ec5e00d4 Mon Sep 17 00:00:00 2001 From: Prashant Anantharaman <prashant.barca@gmail.com> Date: Sun, 11 Sep 2016 10:05:18 -0700 Subject: [PATCH] Change documentation and examples to reflect filename change --- src/bindings/ruby/README.md | 2 +- src/bindings/ruby/lib/hammer-parser.rb | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/bindings/ruby/README.md b/src/bindings/ruby/README.md index 480f2559..849db218 100644 --- a/src/bindings/ruby/README.md +++ b/src/bindings/ruby/README.md @@ -50,7 +50,7 @@ Add hammer to your Gemfile. Use hammer in your project. - `require 'hammer'` + `require 'hammer-parser'` ### Building a parser diff --git a/src/bindings/ruby/lib/hammer-parser.rb b/src/bindings/ruby/lib/hammer-parser.rb index 916a0a50..66223370 100644 --- a/src/bindings/ruby/lib/hammer-parser.rb +++ b/src/bindings/ruby/lib/hammer-parser.rb @@ -2,11 +2,6 @@ require 'hammer/internal' require 'hammer/parser' require 'hammer/parser_builder' -# TODO: -# Probably need to rename this file to 'hammer-parser.rb', so -# people can use "require 'hammer-parser'" in their code. - - # Leave this in for now to be able to play around with HParseResult in irb. x = nil parser = Hammer::Parser.build { -- GitLab