class SampleHelloWorld::Demo
Public Class Methods
text()
click to toggle source
# File lib/sample_hello_world.rb, line 8 def self.text puts ".......hello" "hello world" end
# File lib/sample_hello_world.rb, line 8 def self.text puts ".......hello" "hello world" end