Module: Boxed::Geminabox

Defined in:
lib/boxed-geminabox/base.rb,
lib/boxed-geminabox.rb

Defined Under Namespace

Classes: Server

Constant Summary collapse

VERSION =
'1.1.0'
LIB_DIR =
File.dirname( __FILE__ )

Class Method Summary collapse

Class Method Details

.configure(&block) ⇒ Object



28
29
30
# File 'lib/boxed-geminabox.rb', line 28

def self.configure( &block )
  Hooker.with( :bgb, &block )
end