Method: BOAST::Arithmetic#!
- Defined in:
- lib/BOAST/Arithmetic.rb
#! ⇒ Object
8 9 10 |
# File 'lib/BOAST/Arithmetic.rb', line 8 def ! return BOAST::Expression::new(BOAST::Not,nil,self) end |
8 9 10 |
# File 'lib/BOAST/Arithmetic.rb', line 8 def ! return BOAST::Expression::new(BOAST::Not,nil,self) end |