examples/letter.rb in dolos-0.2.1 vs examples/letter.rb in dolos-0.3.0
- old
+ new
@@ -4,10 +4,10 @@
include Dolos
# Include common parsers
# In future this can be more structured, moved them to separate module to prevent breaking changes
-include Dolos::CommonParsers
+include Dolos::Common
# Library usage example
# Parse out a name and address from a letter
# For higher difficulty, we will not split this into multiple lines, but instead parse it all at once
letter = <<-LETTER
\ No newline at end of file