Sha256: 482f44e0aa687a7cf4b5b4152480fe79443995323f7d6fccfc45daa21e153357

Contents?: true

Size: 166 Bytes

Versions: 1

Compression:

Stored size: 166 Bytes

Contents

module Lux
  # simple interface to plugins
  # Lux.plugin :foo
  # Lux.plugin
  def plugin *args
    args.first ? ::Lux::Plugin.load(*args) : ::Lux::Plugin
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lux-fw-0.6.2 ./lib/lux/plugin/lux_adapter.rb