Method: Fat::StandardAnnotationFixture#initialize
- Defined in:
- lib/fat/standard_annotation_fixture.rb
#initialize ⇒ StandardAnnotationFixture
Returns a new instance of StandardAnnotationFixture.
13 14 15 16 |
# File 'lib/fat/standard_annotation_fixture.rb', line 13 def initialize super @original_html = 'Text' end |