Skip to content

Commit

Permalink
Bundles fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tslocke committed Jun 18, 2008
1 parent 89d43d2 commit 5594264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 5594264

Please sign in to comment.