Skip to content

Commit

Permalink
exclude classes from yard
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Mar 1, 2012
1 parent b3bbc96 commit dbac40b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/fox16/irb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def IRB.start_in_fxirb(redir)
end
end

# @private
class Redirect < IRB::StdioInputMethod
def initialize(dest)
super()
Expand Down
1 change: 1 addition & 0 deletions lib/fox16/splashscreen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def update_status(msg)
end

if $0 == __FILE__
# @private
class FakeSite # :nodoc:
def open( &status )
yield ">>>>> Opening Site" if block_given?
Expand Down

0 comments on commit dbac40b

Please sign in to comment.