Object
# File lib/rabbit/task/theme.rb, line 33 def initialize @logger = Logger.default @theme = load_theme_configuration @spec = nil @package_dir = "pkg" @pdf_dir = "pdf" @required_rabbit_version = ">= 2.0.2" yield(self) if block_given? define end
# File lib/rabbit/task/theme.rb, line 44 def spec @spec ||= create_spec end
[Validate]
Generated with the Darkfish Rdoc Generator 2.