Method: Spec::Example::ExampleProxy#update

Defined in:
lib/spec/example/example_proxy.rb

#update(description) ⇒ Object

Convenience method for example group - updates the value of description and returns self.

[View source]

31
32
33
34
# File 'lib/spec/example/example_proxy.rb', line 31

def update(description) # :nodoc:
  @description = description
  self
end