Sha256: 0ac289d62274943631af71332c793c6ae6e7a8a4785b404dded99628ef94bfb4

Contents?: true

Size: 318 Bytes

Versions: 3

Compression:

Stored size: 318 Bytes

Contents

#!/usr/bin/env ruby
#State::Drugs::Narcotic -- oddb -- 08.11.2005 -- spfenninger@ywesee.com

require 'view/drugs/narcotic'

module ODDB
	module State
		module Drugs
class Narcotic < State::Global
	VIEW = View::Drugs::Narcotic
end
class NarcoticPlus < State::Global
	VIEW = View::Drugs::NarcoticPlus
end
		end
	end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
oddb.org-1.0.2 src/state/drugs/narcotic.rb
oddb.org-1.0.1 src/state/drugs/narcotic.rb
oddb.org-1.0.0 src/state/drugs/narcotic.rb