class Gamefic::Query::Parent
Query
the subject’s parent.
Public Instance Methods
Source
# File lib/gamefic/query/parent.rb, line 8 def span(subject) [subject.parent].compact end
Query
the subject’s parent.
# File lib/gamefic/query/parent.rb, line 8 def span(subject) [subject.parent].compact end