Class: BitClust::Subcommands::ChmCommand::Sitemap
- Defined in:
- lib/bitclust/subcommands/chm_command.rb
Defined Under Namespace
Classes: Content
Instance Method Summary collapse
-
#initialize(name, local = nil) ⇒ Sitemap
constructor
A new instance of Sitemap.
- #method_missing(name, *args, &block) ⇒ Object
Constructor Details
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(name, *args, &block) ⇒ Object
71 72 73 |
# File 'lib/bitclust/subcommands/chm_command.rb', line 71 def method_missing(name, *args, &block) @contents.send(name, *args, &block) end |