Sha256: afb892735684b94670eb9c2f3be8e17ed76261f0c3e58601619207940e944d45
Contents?: true
Size: 328 Bytes
Versions: 15
Compression:
Stored size: 328 Bytes
Contents
# frozen_string_literal: true module Epuber class Size # @return [Numeric] # attr_reader :width # @return [Numeric] # attr_reader :height # @param [Numeric] width # @param [Numeric] height # def initialize(width, height) @width = width @height = height end end end
Version data entries
15 entries across 15 versions & 1 rubygems