class Components::SillyToyWelcome
Public Class Methods
greet()
click to toggle source
# File lib/components/silly_toy_welcome.rb, line 3 def self.greet g = "Hi. Thanks for seeing our game !" puts g g end
# File lib/components/silly_toy_welcome.rb, line 3 def self.greet g = "Hi. Thanks for seeing our game !" puts g g end