Method: Preposition.find
- Defined in:
- lib/natural/fragments/misc.rb
.find(options) ⇒ Object
10 11 12 |
# File 'lib/natural/fragments/misc.rb', line 10 def self.find() super .merge(:looking_for => ['over', 'during', 'in', 'on', 'through']) end |