Skip to content

Commit

Permalink
Privatize some CompileTask methods to hide them from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrous26 committed Apr 10, 2012
1 parent ca90913 commit 8cb130a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/rake/compiletask.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ def initialize(name=:compile)
define
end


private

# Create the tasks defined by this task lib.
def define
desc 'Compile ruby files' + (name == :compile ? '' : " for #{name}")
Expand Down

0 comments on commit 8cb130a

Please sign in to comment.