Sha256: 07bf5d11bbed8b2e7c1be58c4a28d8fa9a78cdc164ae4317d8741a58d9c38309
Contents?: true
Size: 418 Bytes
Versions: 1
Compression:
Stored size: 418 Bytes
Contents
# frozen_string_literal: true require_relative "powerstar/version" module Powerstar class Error < StandardError; end # Your code goes here... def self.root(a,b) return a*b end # module User < ApplicationRecord # # validates :name,presence:true # def self.ganesh # puts "ganesh method is executing" # end # end class Ganesh def self.ganesh puts "ganesh" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
powerstar-0.1.7 | lib/powerstar.rb |