Skip to content

Commit

Permalink
Update readme for 1 more broken feature
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Oct 11, 2013
1 parent a8f781c commit c4848be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opal/opal-rspec/fixes.rb
Expand Up @@ -22,7 +22,8 @@ def underscore(camel_cased_word)
end
end

# enable_should uses module_exec which does not donate methods to bridged classes
# methods donated to basicobject (using module_exec) do not get
# carried over to bridged classes (string, array, etc)
module Kernel
alias should should
alias should_not should_not
Expand Down

0 comments on commit c4848be

Please sign in to comment.