class Mhc::PropertyValue::Text
Public Instance Methods
to_mhc_string()
click to toggle source
# File lib/mhc/property_value/text.rb, line 5 def to_mhc_string return NKF.nkf("-w", @value.to_s) end
Also aliased as: to_s