class Minirails::App

Public Instance Methods

call() click to toggle source
# File lib/minirails.rb, line 122
def call
  block.call
end
init() click to toggle source
# File lib/minirails.rb, line 119
def init
end