Class: Bgem::Output::Exts::RB::Module
- Inherits:
-
Object
- Object
- Bgem::Output::Exts::RB::Module
- 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
Methods included from Bgem::Output::Ext::StandardHooks::DSL
Methods included from Bgem::Output::Ext::StandardHooks::Helpers
#concatenate, #sort_with_order_file, #sorted_files_in
Methods included from Bgem::Output::Ext::Common
Instance Method Details
#head ⇒ Object
281 282 283 |
# File 'lib/bgem.rb', line 281 def head "module #{@name}\n" end |