class Resti
Public Class Methods
hi()
click to toggle source
# File lib/resti.rb, line 2 def self.hi puts 'Hello world from resti!' end
# File lib/resti.rb, line 2 def self.hi puts 'Hello world from resti!' end