Sha256: b6af3c5be4338330c1c9f49e6d241bbd242037bf09d281bf4e126b97e9be2d00

Contents?: true

Size: 131 Bytes

Versions: 1

Compression:

Stored size: 131 Bytes

Contents

module Lux
  def app &block
    block ? Lux::Application.class_eval(&block) : Lux::Application
  end
  alias :application :app
end

Version data entries

1 entries across 1 versions & 1 rubygems

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