method

update

update()
public

No documentation available.

# File actiontext/lib/action_text/fragment.rb, line 36
    def update
      yield source = self.source.dup
      self.class.new(source)
    end