Skip to content

Commit

Permalink
#41 one more puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 15, 2017
1 parent 3869c57 commit 0be7a07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions objects/puzzles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ def submit(xml, tickets)
xml
end

# @todo #41:30min Let's post notification messages to tickets where
# other puzzles were waiting for the resolution of this one. Let's update
# them with a summary information of what is left.
def close(xml, tickets)
Nokogiri::XSLT(File.read('assets/xsl/to-close.xsl'))
.transform(xml)
Expand Down

0 comments on commit 0be7a07

Please sign in to comment.