module Torimochi
Constants
- VERSION
Public Class Methods
new(url = DEFAULT_URL)
click to toggle source
# File lib/torimochi.rb, line 9 def self.new(url = DEFAULT_URL) # Torimochi.new Torimochi::Page.new(url) end