Skip to content

Commit

Permalink
group related methods
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 9, 2014
1 parent b8cd5da commit 4b7c743
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Mojo/DOM.pm
Expand Up @@ -42,7 +42,6 @@ sub all_text { shift->_all_text(1, @_) }
sub ancestors { _select($_[0]->_collect($_[0]->_ancestors), $_[1]) }

sub append { shift->_add(1, @_) }

sub append_content { shift->_content(1, 0, @_) }

sub at {
Expand Down Expand Up @@ -142,7 +141,6 @@ sub preceding { _select($_[0]->_collect(@{_siblings($_[0], 1)->[0]}), $_[1]) }
sub preceding_siblings { $_[0]->_collect(@{_siblings($_[0])->[0]}) }

sub prepend { shift->_add(0, @_) }

sub prepend_content { shift->_content(0, 0, @_) }

sub previous { _maybe($_[0], $_[0]->_siblings(1)->[0][-1]) }
Expand Down

0 comments on commit 4b7c743

Please sign in to comment.