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