Method: BOAST::Expression#dereference
- Defined in:
- lib/BOAST/Algorithm.rb
#dereference ⇒ Object
255 256 257 |
# File 'lib/BOAST/Algorithm.rb', line 255 def dereference return Expression::new("*",nil,self) end |
255 256 257 |
# File 'lib/BOAST/Algorithm.rb', line 255 def dereference return Expression::new("*",nil,self) end |