Sha256: 7c5437883f4f7de4a4b555387872f7c5b2d1f55e27f0b4827d0db2ddc8ea7969
Contents?: true
Size: 373 Bytes
Versions: 8
Compression:
Stored size: 373 Bytes
Contents
# frozen_string_literal: true module Grumlin module P module P %w[within].each do |step| define_method step do |*args| { # TODO: replace with a TypedValue? "@type": "g:P", "@value": { predicate: "within", value: { "@type": "g:List", "@value": args } } } end end end extend P end end
Version data entries
8 entries across 8 versions & 1 rubygems