module Rethinker::Document::Selection

Public Instance Methods

selector() click to toggle source
# File lib/rethinker/document/selection.rb, line 4
def selector
  self.class.selector_for(id)
end