class Gamefic::Scope::Myself

The Myself scope returns the entity itself.

Public Instance Methods

matches() click to toggle source
# File lib/gamefic/scope/myself.rb, line 8
def matches
  [context]
end