module TomlRB::MultilineLiteral
Public Instance Methods
value()
click to toggle source
# File lib/toml-rb/string.rb, line 61 def value return '' if captures[:text].empty? aux = captures[:text].first.value aux.gsub(/\\r?\n[\n\t\r ]*/, '') end