module Tellmeabout
Constants
- VERSION
Public Class Methods
read_article(article_name)
click to toggle source
# File lib/tellmeabout.rb, line 6 def self.read_article(article_name) reader = WikipediaReader.new(article_name) reader.read end