module HTML
ScrAPI toolkit for Ruby
Copyright © 2006 Assaf Arkin, under Creative Commons Attribution and/or MIT License Developed for co.mments.com Code and documention: labnotes.org
Public Class Methods
selector(statement, *values)
click to toggle source
# File lib/html/selector.rb, line 811 def self.selector(statement, *values) Selector.new(statement, *values) end