Classes: Symbolic
199 200 201 202
# File 'lib/symbolic-math.rb', line 199 def symbolic(*args, &blk) s = Symbolic.new(*args) s.execute blk end