Method: SY::Magnitude.one

Defined in:
lib/sy/magnitude.rb

.one(of: nil) ⇒ Object

Magnitude 1 of a given quantity.



34
35
36
# File 'lib/sy/magnitude.rb', line 34

def one( of: nil )
  absolute of: of, amount: 1
end