Sha256: 3eed6abd9c97b7b10c77c7b117a56052ce5eb3df4c8428a6563be02f40abba8d

Contents?: true

Size: 352 Bytes

Versions: 1

Compression:

Stored size: 352 Bytes

Contents

# frozen_string_literal: true

require_relative "powerstar/version"
module Powerstar include Ganesh
  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.6 lib/powerstar.rb