module SocialFramework

SocialFramework module, connect all elements and use it in correct sequence

Constants

VERSION

Public Class Methods

setup() { |self| ... } click to toggle source

Used to change variables in configuration Retuns a block to self

# File lib/social_framework.rb, line 103
def self.setup
  yield self
end