lib/parse_fasta.rb in parse_fasta-2.3.0 vs lib/parse_fasta.rb in parse_fasta-2.4.0
- old
+ new
@@ -14,9 +14,11 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with parse_fasta. If not, see <http://www.gnu.org/licenses/>.
+require "parse_fasta/core_ext/string"
+
require "parse_fasta/version"
require "parse_fasta/record"
require "parse_fasta/seq_file"
require "parse_fasta/error"