Module: RDoc::Generator::Horo::FileHelper
- Defined in:
- lib/rdoc/generator/horo.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
Instance Method Summary collapse
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file.
149 150 151 |
# File 'lib/rdoc/generator/horo.rb', line 149 def file @file end |
Instance Method Details
#title ⇒ Object
151 152 153 |
# File 'lib/rdoc/generator/horo.rb', line 151 def title "File: #{file.base_name}" end |