module PParser

common monkey patch

Public Instance Methods

inspect_pesel() click to toggle source
# File lib/p_parser.rb, line 3
def inspect_pesel
  PeselInspector.new(self)
end