Method: Panda::Encoding#urls
- Defined in:
- lib/panda/resources/encoding.rb
#urls(options = {}) ⇒ Object
21 22 23 24 25 |
# File 'lib/panda/resources/encoding.rb', line 21 def urls(={}) = {:https => false} = .merge() files.map {|f| get_url(f, [:https])} end |