Method: ActionText::Fragment#update
- Defined in:
- actiontext/lib/action_text/fragment.rb
#update {|source = self.source.dup| ... } ⇒ Object
36 37 38 39 |
# File 'actiontext/lib/action_text/fragment.rb', line 36 def update yield source = self.source.dup self.class.new(source) end |