class Ni::Flows::Base

Public Instance Methods

call() click to toggle source
# File lib/ni/flows/base.rb, line 3
def call
  raise 'Not Implemented'
end