Skip to content

Commit 52a0a41

Browse files
Merge pull request #75 from nextreleaseio/bugs
Add another example for Next Release
2 parents 6c31b5f + f236392 commit 52a0a41

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

hello.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ class MyClass {
2222
i++;
2323
}
2424
}
25+
26+
27+
function allTheThings () {
28+
let thing = new MyClass();
29+
}

hello.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
def omg_why_is_this_wrong()
44
puts "ugh"
55
end
6+
7+
def at_least_i_dont_write_this()
8+
puts "anymore"
9+
end

0 commit comments

Comments
 (0)