⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (167 Bytes)
Bug #14719
» simple_delegator_on_boolean.rb
theirishpenguin (Declan McGrath)
, 04/27/2018 04:16 PM
#!/usr/bin/env ruby
class
BoldBool
<
SimpleDelegator
end
false_bool
=
BoldBool
.
new
(
false
)
if
false_bool
puts
"I'm evaluated as true but I should be false."
end
« Previous
1
2
3
Next »
(1-1/3)
Loading...