Object
# File lib/gherkin/formatter/pretty_formatter.rb, line 129 def initialize(status) @status = status end
# File lib/gherkin/formatter/pretty_formatter.rb, line 133 def text(text) self.__send__(@status) + text + reset end
[Validate]
Generated with the Darkfish Rdoc Generator 2.