Chapter01. Application and Window
Simple Example code
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
I just want to put this screen shot in this page. jekyll-screenshot
Simple Example code
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
I just want to put this screen shot in this page. jekyll-screenshot