class NumRu::Units::TerminalNode

Public Instance Methods

expand(stopper) click to toggle source
# File lib/numru/units.rb, line 670
def expand(stopper);  self;  end
Also aliased as: unalias, foldnumber
flatten2() click to toggle source
# File lib/numru/units.rb, line 668
def flatten2;  self;  end
foldnumber(stopper)
Alias for: expand
sort() click to toggle source
# File lib/numru/units.rb, line 674
def sort;  self;  end
trim2() click to toggle source
# File lib/numru/units.rb, line 667
def trim2;  self;  end
unalias(stopper)
Alias for: expand