Module: BoGitword

Defined in:
app/models/bo_gitword/bo_gitword_staff.rb,
lib/bo_gitword.rb,
lib/bo_gitword/version.rb,
app/controllers/bo_gitword/github_event_controller.rb

Overview

CURRENT FILE

app/controllers/team_page/team_controller.rb

Defined Under Namespace

Classes: BoGitwordStaff, GithubEventController

Constant Summary collapse

VERSION =
"0.0.2"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yield self on setup for nice config blocks

Yields:

  • (_self)

Yield Parameters:

  • _self (BoGitword)

    the object that the method was called on



11
12
13
# File 'lib/bo_gitword.rb', line 11

def self.setup
  yield self
end