Class: Bgem::Output::Ext::RB::Module

Inherits:
Object
  • Object
show all
Includes:
Bgem::Output::Ext::RB
Defined in:
lib/bgem.rb

Instance Method Summary collapse

Methods included from Bgem::Output::Ext::RB

#initialize, new, #to_s

Methods included from StandardHooks

#concatenate, #post, #pre

Instance Method Details

#headObject



133
134
135
# File 'lib/bgem.rb', line 133

def head
  "module #{@name}\n"
end