Commit 1e871bf5 authored by Muhammad Tehami's avatar Muhammad Tehami 💡

method hello added

parent d8d9f20b
......@@ -15,3 +15,7 @@ def call(body) {
println "Class: ${this.class.name}"
return this
}
def hello() {
echo "hello() called!"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment