Module: Raev

Defined in:
lib/raev.rb,
lib/raev/url.rb,
lib/raev/author.rb,
lib/raev/parser.rb

Defined Under Namespace

Classes: Author, Parser, Url

Class Method Summary collapse

Class Method Details

.normalize_author(author_name) ⇒ Object



14
15
16
# File 'lib/raev.rb', line 14

def self.normalize_author author_name
  Raev::Author.normalize_name(author_name)
end

.url(url) ⇒ Object



10
11
12
# File 'lib/raev.rb', line 10

def self.url url
  Raev::Url.new(url)
end