Sha256: cfa615bd31839a1f1d53c47d649c420ea687c57ecc5422920237ffb6ebc0e9f5
Contents?: true
Size: 372 Bytes
Versions: 122
Compression:
Stored size: 372 Bytes
Contents
require_relative 'any' module BELParser module Language module Version2_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