Module: Arc::HTTP::Session
- Defined in:
- lib/architect/http.rb
Class Method Summary collapse
Class Method Details
.read ⇒ Object
4 5 6 |
# File 'lib/architect/http.rb', line 4 def self.read() puts 'wip' end |
.write ⇒ Object
7 8 9 |
# File 'lib/architect/http.rb', line 7 def self.write() puts 'wip' end |