lib/powerstar.rb in powerstar-0.1.5 vs lib/powerstar.rb in powerstar-0.1.6

- old
+ new

@@ -1,9 +1,8 @@ # frozen_string_literal: true require_relative "powerstar/version" -require_relative "powerstar/common_data/ganesh.rb" -module Powerstar +module Powerstar include Ganesh class Error < StandardError; end # Your code goes here... def self.root(a,b) return a*b end