class SocialButterfly::AbstractService
Public Class Methods
track(content, service_options={})
click to toggle source
# File lib/social_butterfly/abstract_service.rb, line 10 def self.track(content, service_options={}) puts "You must override the track(content, service_options) method." end