12 13 14 15 16
# File 'lib/fanli/base.rb', line 12 def with(opts) obj = new obj.call(opts) Fanli.trigger(snikize(name), with: opts) end