# File lib/vpim/rfc2425.rb, line 292 def Vpim.encode_paramtext(value) case value when %r{\A#{Bnf::SAFECHAR}*\z} value else raise Vpim::Unencodeable, "paramtext #{value.inspect}" end end