Methods
- B
- R
- U
Instance Public methods
readme()
Link
Source: show
# File app/decorators/tree_decorator.rb, line 32 def readme @readme ||= contents.find { |c| c.is_a?(Grit::Blob) and c.name =~ %r^readme/ } end