Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -18,13 +18,13 @@
public abstract class NilClassNodes {

@CoreMethod(names = "inspect", needsSelf = false)
public abstract static class InpsectNode extends CoreMethodNode {
public abstract static class InspectNode extends CoreMethodNode {

public InpsectNode(RubyContext context, SourceSection sourceSection) {
public InspectNode(RubyContext context, SourceSection sourceSection) {
super(context, sourceSection);
}

public InpsectNode(InpsectNode prev) {
public InspectNode(InspectNode prev) {
super(prev);
}

0 comments on commit 3fb1b81

Please sign in to comment.