class VpGreeting
Public Class Methods
greeting()
click to toggle source
# File lib/vp_greeting.rb, line 2 def self.greeting puts 'Hello world' end
# File lib/vp_greeting.rb, line 2 def self.greeting puts 'Hello world' end