class CFlow::True

Public Instance Methods

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