Skip to content
Snippets Groups Projects
Commit dbac40ba authored by Lars Kanis's avatar Lars Kanis
Browse files

exclude classes from yard

parent b3bbc96b
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ module IRB
end
end
# @private
class Redirect < IRB::StdioInputMethod
def initialize(dest)
super()
......
......@@ -57,6 +57,7 @@ module Fox
end
if $0 == __FILE__
# @private
class FakeSite # :nodoc:
def open( &status )
yield ">>>>> Opening Site" if block_given?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment