module Jsonplaceholder::TODO
Public Class Methods
hello()
click to toggle source
# File lib/jsonplaceholder.rb, line 5 def self.hello puts "hello world" end
# File lib/jsonplaceholder.rb, line 5 def self.hello puts "hello world" end