Method: Worldfootball::Page#title
- Defined in:
- lib/worldfootball/page.rb
#title ⇒ Object
21 22 23 24 25 |
# File 'lib/worldfootball/page.rb', line 21 def title # <title>Bundesliga 2010/2011 » Spielplan</title> @title ||= doc.css( 'title' ).first @title.text ## get element's text content end |