Method: Ej::Commands#distinct

Defined in:
lib/ej/commands.rb

#distinct(term) ⇒ Object



63
64
65
# File 'lib/ej/commands.rb', line 63

def distinct(term)
  puts_with_format(@core.distinct(term, options[:type], options[:query]))
end