class Lite::Form::Success

Public Class Methods

call() { || ... } click to toggle source
# File lib/lite/form/states.rb, line 10
def call
  yield
end