class EroGetter::Livedoor
Public Class Methods
blog_id(id)
click to toggle source
# File lib/ero_getter/livedoor.rb, line 4 def blog_id(id) self.url Regexp.new("http://blog.livedoor.jp/#{id}/archives/\\d+.html") end