module ReVIEW::Retrovert

Constants

VERSION

Public Instance Methods

hello() click to toggle source
# File lib/review/retrovert.rb, line 7
def hello
  puts("hello")
end