Module: Gemmy::Patches::StringPatch::InstanceMethods::Unchomp
- Defined in:
- lib/gemmy/patches/string_patch.rb
Instance Method Summary collapse
Instance Method Details
#unchomp ⇒ Object
11 12 13 |
# File 'lib/gemmy/patches/string_patch.rb', line 11 def unchomp self.ends_with?("\n") ? self : "#{self}\n" end |