Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -139,6 +139,7 @@ public AddInternalNode(RubyContext context, SourceSection sourceSection) {
super(context, sourceSection);
}

@TruffleBoundary
@Specialization
public DynamicObject addInternal(DynamicObject time, long seconds, long nanoSeconds) {
final DateTime dateTime = Layouts.TIME.getDateTime(time);

0 comments on commit 5f6eff9

Please sign in to comment.