module PandaDoc::Coercions

Public Class Methods

to_splitted_string(value) click to toggle source
# File lib/panda_doc/coercions.rb, line 5
def self.to_splitted_string(value)
  value.to_s.split(".").last
end