Skip to content

Commit 77e6057

Browse files
fix Object#nothing? Object#something? marine's program
1 parent 8cbb3ec commit 77e6057

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/code/concerns/shared.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,11 +381,11 @@ def inspect
381381
end
382382

383383
def code_nothing?
384-
Boolean.new(nothing?)
384+
::Object::Boolean.new(nothing?)
385385
end
386386

387387
def code_something?
388-
Boolean.new(something?)
388+
::Object::Boolean.new(something?)
389389
end
390390

391391
def nothing?

0 commit comments

Comments
 (0)