Sha256: 1c3ec706a76554864b023704a68f204fcd6a08a7b1b76d6bfdb14fdec4801d35
Contents?: true
Size: 266 Bytes
Versions: 1
Compression:
Stored size: 266 Bytes
Contents
# frozen_string_literal: true require_relative "powerstar/version" module Powerstar class Error < StandardError; end # Your code goes here... def self.root(a,b) return a*b end class User < ApplicationRecord validate :name,presence:true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
powerstar-0.1.1 | lib/powerstar.rb |