Module: Wistia::Config
- Defined in:
- lib/wistia/config.rb
Class Method Summary (collapse)
Class Method Details
+ (Object) config {|configatron.wistia| ... }
15 16 17 18 |
# File 'lib/wistia/config.rb', line 15 def config(&block) yield configatron.wistia if block_given? configatron.wistia end |