Sha256: 2a595753976fdecee1ab7e7be09eff8a8e274b7b7469784d26a08f71031e92c6
Contents?: true
Size: 372 Bytes
Versions: 122
Compression:
Stored size: 372 Bytes
Contents
require_relative 'any' module BELParser module Language module Version1_0 module ReturnTypes # Biological process return type. class BiologicalProcess < Any def self.to_sym raise_not_implemented(__method__) if self != BiologicalProcess :biologicalProcess end end end end end end
Version data entries
122 entries across 122 versions & 1 rubygems