Module: Unmagic::Util
- Defined in:
- lib/unmagic/color/util/percentage.rb
Overview
Utility classes for color manipulation
Defined Under Namespace
Classes: Percentage
Class Method Summary collapse
-
.Percentage(*args, **kwargs) ⇒ Percentage?
Constructor-style method for creating Percentage instances.
Class Method Details
.Percentage(*args, **kwargs) ⇒ Percentage?
Constructor-style method for creating Percentage instances
Handles both string parsing and numeric building.
266 267 268 |
# File 'lib/unmagic/color/util/percentage.rb', line 266 def Percentage(*args, **kwargs) # rubocop:disable Naming/MethodName Percentage.build(*args, **kwargs) end |