Sha256: c2e3423286204b6f61f4521000bc5c32ec0270f135d89a2b12ca07b4fee6f475

Contents?: true

Size: 425 Bytes

Versions: 2

Compression:

Stored size: 425 Bytes

Contents

# frozen_string_literal: true

require_relative "powerstar/version"
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

2 entries across 2 versions & 1 rubygems

Version Path
powerstar-0.1.9 lib/powerstar.rb
powerstar-0.1.8 lib/powerstar.rb