lib/tap/support/lazydoc.rb in bahuvrihi-tap-0.11.1 vs lib/tap/support/lazydoc.rb in bahuvrihi-tap-0.11.2

- old
+ new

@@ -2,11 +2,11 @@ module Tap module Support # Lazydoc lazily pulls documentation out of source files and makes it - # available through LazyAttributes. Lazydoc can find two types of + # available through Attributes. Lazydoc can find two types of # documentation, constant attributes and code comments. To illustrate, # consider the following: # # # Sample::key <value> # # This is the comment content. A content @@ -17,10 +17,10 @@ # # # # and stops at the next non-comment # # line, the next constant attribute, # # or an end key # class Sample - # extend Tap::Support::LazyAttributes + # extend Tap::Support::Lazydoc::Attributes # self.source_file = __FILE__ # # lazy_attr :key # # # comment content for a code comment \ No newline at end of file