Method: Frails.setup

Defined in:
lib/frails.rb

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Frails)

    the object that the method was called on



34
35
36
# File 'lib/frails.rb', line 34

def self.setup
  yield self
end