Skip to content

Commit

Permalink
Fix to bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
tslocke committed Jun 18, 2008
1 parent 94ffbfe commit 67df5e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hobo/lib/hobo/bundle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def initialize(*args)
# optionally overridden by the bundle subclass
def includes; end
def init; end
def defaults; {}; end
def defaults(options); {}; end


def plugin
Expand Down Expand Up @@ -327,4 +327,4 @@ def _include_bundle(class_name, option_name, local_options)

end

end
end

0 comments on commit 67df5e8

Please sign in to comment.