Method: SL::GoogleSearch.settings
- Defined in:
- lib/searchlink/searches/google.rb
.settings ⇒ Object
7 8 9 10 11 12 13 14 15 |
# File 'lib/searchlink/searches/google.rb', line 7 def settings { trigger: '(g(oo)?g(le?)?|img)', searches: [ ['gg', 'Google Search'], ['img', 'First image from result'] ] } end |