module SocialParser
Constants
- VERSION
Public Class Methods
parse(attrs)
click to toggle source
# File lib/social_parser.rb, line 7 def self.parse(attrs) if attrs.is_a? String parse(url: attrs) else Provider::Base.parse(attrs) end end