File: base.rb

package info (click to toggle)
ruby-mechanize 2.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,516 kB
  • sloc: ruby: 11,754; makefile: 7; sh: 2
file content (8 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
# frozen_string_literal: true
##
# A base element on an HTML page.  Mechanize treats base tags just like 'a'
# tags.  Base objects will contain links, but most likely will have no text.

class Mechanize::Page::Base < Mechanize::Page::Link
end