Path: | lib/more/facets/opesc.rb |
Last Update: | Wed Jan 05 06:24:23 +0000 2011 |
NOTE: As of v3.0 of Facets these have been renamed:
op_plus_self -> op_plus op_minus_self -> op_minus op_plus -> op_add op_minus -> op_sub op_case_eq -> op_case
TODO: In the future we might also rename:
op_lshift -> op_push op_rshift -> op_pull op_store -> op_index op_fetch -> op_index (b/c [] and []= in same file)