Skip to content

Commit

Permalink
Remove abort - behaviour not required.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 20, 2015
1 parent e2e2dc5 commit 21a75bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/build/environment/constructor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ def append(name)
end

def define(klass, name, &block)
abort "#{name} isn't a string when defining #{klass}" unless String === name

@environment[name] = Define.new(klass, &block)

return name
Expand Down

0 comments on commit 21a75bd

Please sign in to comment.