Method: WhatIs::ThisIs#extract
- Defined in:
- lib/whatis/thisis.rb
#extract ⇒ String
First sentence of Wikipedia page
119 |
# File 'lib/whatis/thisis.rb', line 119 EXTRACTORS.each_key { |title| define_method(title) { @data[title] } } |