Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/bootstrap/thunk.rb
Original file line number Diff line number Diff line change
@@ -4,6 +4,8 @@ def self.new(value)
Rubinius.primitive :thunk_create
raise PrimitiveFailure, "Thunk.new primitive failed"
end

attr_accessor :value
end

class CallUnit

0 comments on commit c3974af

Please sign in to comment.