Class: TestParameters::FakeSafeBuffer
- Defined in:
- test/parameters_test.rb
Overview
emulates ActiveSupport::SafeBuffer#gsub
Instance Attribute Summary collapse
-
#string ⇒ Object
Returns the value of attribute string.
Instance Method Summary collapse
Instance Attribute Details
#string ⇒ Object
Returns the value of attribute string
5 6 7 |
# File 'test/parameters_test.rb', line 5 def string @string end |