class Going::NilSelectStatement

Public Instance Methods

!() click to toggle source
# File lib/going/nil_select_statement.rb, line 9
def !
  true
end
!=(other) click to toggle source
# File lib/going/nil_select_statement.rb, line 5
def !=(other)
  true
end
complete(*args) click to toggle source
# File lib/going/nil_select_statement.rb, line 21
def complete(*args)
end
nil?() click to toggle source
# File lib/going/nil_select_statement.rb, line 13
def nil?
  true
end
once() { || ... } click to toggle source
# File lib/going/nil_select_statement.rb, line 17
def once
  yield
end
secondary_complete(*args) click to toggle source
# File lib/going/nil_select_statement.rb, line 24
def secondary_complete(*args)
end