Skip to content

Commit

Permalink
Marked the private API as not needing code documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Jun 15, 2014
1 parent 6241bb8 commit 8fdf86c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# Contain an elements allowed attributes.
# If none is set HTML5::Scrub.scrub_attributes implementation will be used.
class PermitScrubber < Loofah::Scrubber
# :nodoc:
attr_reader :tags, :attributes

def tags=(tags)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

module ActionView
class Sanitizer
# :nodoc:
def sanitize(html, options = {})
raise NotImplementedError, "subclasses must implement"
end
Expand Down

0 comments on commit 8fdf86c

Please sign in to comment.