Class: Bgem::Output::Exts::RB::Module

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

Instance Attribute Summary

Attributes included from Bgem::Output::Ext::Common

#code, #dir, #file_extension, #name, #type

Instance Method Summary collapse

Methods included from Bgem::Output::Exts::RB

#body, default, #to_s, #wrap

Methods included from Bgem::Output::Ext::StandardHooks::DSL

#hook

Methods included from Bgem::Output::Ext::StandardHooks::Helpers

#concatenate, #sort_with_order_file, #sorted_files_in

Methods included from Bgem::Output::Ext::Common

#ext, #initialize, #setup

Instance Method Details

#headObject



281
282
283
# File 'lib/bgem.rb', line 281

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