Sha256: b81cb55f5d1aafa7ceb2fc243e56d7d93c162b76619584912cb48e60db013ed7
Contents?: true
Size: 477 Bytes
Versions: 1
Compression:
Stored size: 477 Bytes
Contents
# frozen_string_literal: true require_relative "powerstar/version" require_relative "common_data/Ganesh" 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 Ganesh # 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.0 | lib/powerstar.rb |