You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

doc_string.rb 189 B

2 years ago
1234567891011
  1. # frozen_string_literal: true
  2. module Cucumber
  3. module MultilineArgument
  4. class DocString < SimpleDelegator
  5. def append_to(array)
  6. array << to_s
  7. end
  8. end
  9. end
  10. end

No Description

Contributors (1)