class Gamefic::Query::Abstract

Public Instance Methods

span(subject) click to toggle source
# File lib/gamefic/query/abstract.rb, line 6
def span subject
  available_entities(subject).that_are(Describable)
                             .that_are_not(Entity)
end