Method: Coco::SeamlessTextarea#value

Defined in:
app/components/coco/utilities/seamless_textarea/seamless_textarea.rb

#valueObject

[View source]

21
22
23
# File 'app/components/coco/utilities/seamless_textarea/seamless_textarea.rb', line 21

def value
  (@value.presence || content.presence || "").strip_heredoc.strip
end