class CFlow::False

Public Instance Methods

call(input) click to toggle source
# File lib/c_flow/false.rb, line 3
def call(input)
  false
end