Skip to content

Commit 147743e

Browse files
committed
Add note domain parser
1 parent 7696bc0 commit 147743e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/fulfil/domain_parser.rb

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
require 'fulfil/concerns/html_entity_handler'
55

66
module Fulfil
7+
# Parses domain arrays and converts Date/DateTime objects into Fulfil's expected format
8+
# Handles the conversion of Ruby objects to Fulfil-compatible JSON structures
79
class DomainParser
810
include Concerns::HtmlEntityHandler
911

0 commit comments

Comments
 (0)