Class: BSFlow::True

Inherits:
Object
  • Object
show all
Defined in:
lib/bsflow/true.rb

Instance Method Summary collapse

Instance Method Details

#call(input) ⇒ Object



3
4
5
# File 'lib/bsflow/true.rb', line 3

def call(input)
  true
end