class String def fancy "~~~{#{self}}~~~" end end puts "Dorian".fancy # => "~~~{Dorian}~~~"
Send Feedback Cancel