class FakeParagraph

Public Class Methods

hello() click to toggle source
# File lib/fake_paragraph.rb, line 3
def self.hello
  puts "Hello world"
end