Module: Architect::HTTP::Helpers
- Defined in:
- lib/architect/functions.rb
Class Method Summary collapse
Class Method Details
.interpolate ⇒ Object
30 31 32 |
# File 'lib/architect/functions.rb', line 30 def self.interpolate puts 'todo: impl arc.http.helpers.interpolate' end |
.static ⇒ Object
24 25 26 |
# File 'lib/architect/functions.rb', line 24 def self.static puts 'todo: impl arc.http.helpers.static' end |
.url ⇒ Object
21 22 23 |
# File 'lib/architect/functions.rb', line 21 def self.url puts 'todo: impl arc.http.helpers.url' end |
.verify ⇒ Object
27 28 29 |
# File 'lib/architect/functions.rb', line 27 def self.verify puts 'todo: impl arc.http.helpers.verify' end |