1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* benchmark/prepare_so_k_nucleotide.rb: use require_relative.

* benchmark/prepare_so_reverse_complement.rb: ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2014-07-11 02:13:09 +00:00
parent 8a608d2b1f
commit 9412551ee2
3 changed files with 8 additions and 2 deletions

View file

@ -1,2 +1,2 @@
require File.join(File.dirname(__FILE__), 'make_fasta_output')
require_relative 'make_fasta_output'
prepare_fasta_output(2_500_000)