Skip to content

Commit

Permalink
doc: link to tutorial (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurdetteLamar authored Aug 1, 2021
1 parent 2694bcf commit c83774c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/rexml/tutorial.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -438,12 +438,10 @@ An element may have:

Output:

p ele
[REXML::Element, <book category='cooking'> ... </>]
[REXML::Element, <book category='children'> ... </>]
[REXML::Element, <book category='web'> ... </>]
[REXML::Element, <book category='web' cover='paperback'> ... </>]
nil

[Previous Element]

Expand All @@ -463,7 +461,6 @@ An element may have:
[REXML::Element, <book category='web'> ... </>]
[REXML::Element, <book category='children'> ... </>]
[REXML::Element, <book category='cooking'> ... </>]
nil

[Next Node]

Expand All @@ -489,7 +486,6 @@ An element may have:
[REXML::Text, "\n\n"]
[REXML::Element, <book category='web' cover='paperback'> ... </>]
[REXML::Text, "\n\n"]
nil

[Previous Node]

Expand All @@ -515,7 +511,6 @@ An element may have:
[REXML::Text, "\n\n"]
[REXML::Element, <book category='cooking'> ... </>]
[REXML::Text, "\n\n"]
nil

==== Children

Expand Down
2 changes: 2 additions & 0 deletions lib/rexml/rexml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
# - REXML::Document.
# - REXML::Element.
#
# There's also an {REXML tutorial}[doc/rexml/tutorial_rdoc.html].
#
module REXML
COPYRIGHT = "Copyright © 2001-2008 Sean Russell <ser@germane-software.com>"
DATE = "2008/019"
Expand Down

0 comments on commit c83774c

Please sign in to comment.