examples/print_methods.rb in sexp_path-0.5.0 vs examples/print_methods.rb in sexp_path-0.5.1
- old
+ new
@@ -1,6 +1,5 @@
-require 'rubygems'
-require File.dirname(__FILE__) + '/../lib/sexp_path'
+require_relative '../lib/sexp_path'
require 'ruby_parser'
path = ARGV.shift
if !path
puts "Prints classes and methods in a file"
\ No newline at end of file