Method: TExp::And#inspect
- Defined in:
- lib/texp/logic.rb
#inspect ⇒ Object
Human readable version of the temporal expression.
15 16 17 |
# File 'lib/texp/logic.rb', line 15 def inspect humanize_list(@terms, "and") { |item| item.inspect } end |