Sha256: cc43fd14fc514a46092947d79c72e4274cf84633229836beaa5446a11170ab9a
Contents?: true
Size: 388 Bytes
Versions: 1
Compression:
Stored size: 388 Bytes
Contents
# frozen_string_literal: true require_relative "powerstar/version" require_relative "powerstar/common_data/ganesh.rb" 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 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
powerstar-0.1.5 | lib/powerstar.rb |