Sha256: 970546e92b8ca2036e08ef9a011dacf2d6318c96ee8f64d1e38820eb867fb78f
Contents?: true
Size: 218 Bytes
Versions: 8
Compression:
Stored size: 218 Bytes
Contents
# frozen_string_literal: true module Gamefic module Scope # The Myself scope returns the entity itself. # class Myself < Base def matches [context] end end end end
Version data entries
8 entries across 8 versions & 1 rubygems