Class: Session::History
- Inherits:
-
Object
- Object
- Session::History
- Defined in:
- lib/session.rb,
lib/session-2.4.0.rb
Instance Method Summary collapse
-
#initialize ⇒ History
constructor
–{{{.
- #method_missing(m, *a, &b) ⇒ Object
- #to_yaml(*a, &b) ⇒ Object (also: #to_s, #to_str)
Constructor Details
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(m, *a, &b) ⇒ Object
37 |
# File 'lib/session.rb', line 37 def method_missing(m,*a,&b); @a.send(m,*a,&b); end |
Instance Method Details
#to_yaml(*a, &b) ⇒ Object Also known as: to_s, to_str
38 |
# File 'lib/session.rb', line 38 def to_yaml(*a,&b); @a.to_yaml(*a,&b); end |