15 16 17
# File 'lib/textract.rb', line 15 def self.get_text(url, selectors=nil, format="markdown") @client = Client.new(url, selectors, format) end