Skip to content

Commit 2dad35f

Browse files
fix nothing? something? 's fix marine's program
1 parent 6a62eae commit 2dad35f

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-
::Object::Boolean.new(nothing?)
384+
Object::Boolean.new(nothing?)
385385
end
386386

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

391391
def nothing?

0 commit comments

Comments
 (0)