Flowdock
duplicable?() public

false is not duplicable:

false.duplicable? # => false
false.dup         # => TypeError: can't dup FalseClass
Show source
Register or log in to add new notes.