We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23ef5fd + 97afb76 commit 1f6efdcCopy full SHA for 1f6efdc
docs/SNIPPET.txt
@@ -0,0 +1,5 @@
1
+class HelloWorld
2
+ def self.hello(name = 'World')
3
+ "Hello, #{name}!"
4
+ end
5
+end
0 commit comments