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

Version Path
gamefic-3.6.0 lib/gamefic/scope/myself.rb
gamefic-3.5.0 lib/gamefic/scope/myself.rb
gamefic-3.4.0 lib/gamefic/scope/myself.rb
gamefic-3.3.0 lib/gamefic/scope/myself.rb
gamefic-3.2.1 lib/gamefic/scope/myself.rb
gamefic-3.2.0 lib/gamefic/scope/myself.rb
gamefic-3.1.0 lib/gamefic/scope/myself.rb
gamefic-3.0.0 lib/gamefic/scope/myself.rb