File: spec_helper.rb

package info (click to toggle)
ruby-grib 0.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 436 kB
  • sloc: ruby: 708; ansic: 708; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#$LOAD_PATH.unshift File.expand_path(File.join('..','ext'), File.dirname(__FILE__))
#$LOAD_PATH.unshift File.expand_path(File.join('..','lib'), File.dirname(__FILE__))
#alias :_require :require
#def require(arg)
#  arg = "grib.so" if arg == "numru/grib.so"
#  _require(arg)
#end
require "numru/grib"