Class: NilClass

Inherits:
Object
  • Object
show all
Defined in:
lib/NextNumber/standard_types.rb

Instance Method Summary collapse

Instance Method Details

#-(number) ⇒ Object



6
7
# File 'lib/NextNumber/standard_types.rb', line 6

def -(number)
end

#next_number(qty = 1) ⇒ Object



3
4
# File 'lib/NextNumber/standard_types.rb', line 3

def next_number(qty=1)
end

#region_sizeof(number) ⇒ Object



12
13
# File 'lib/NextNumber/standard_types.rb', line 12

def region_sizeof(number)
end

#region_to(qty = 1) ⇒ Object



9
10
# File 'lib/NextNumber/standard_types.rb', line 9

def region_to(qty=1)    
end