module PrivatePerson

Constants

VERSION

Public Class Methods

version_string() click to toggle source
# File lib/private_person/version.rb, line 4
def self.version_string
  "PrivatePerson version #{PrivatePerson::VERSION}"
end