Class: PDF::Writer::StateStack
- Inherits:
-
Array
- Object
- Array
- PDF::Writer::StateStack
- Defined in:
- lib/pdf/writer/state.rb
Instance Method Summary collapse
- #__push__ ⇒ Object
-
#push(obj) ⇒ Object
alias_method :__pop__, :pop.
Instance Method Details
#__push__ ⇒ Object
33 |
# File 'lib/pdf/writer/state.rb', line 33 alias_method :__push__, :push |