# File lib/common/models/wp_theme/versionable.rb, line 5 def version unless @version @version = Browser.instance.get(style_url).body[%{Version:\s([^\s]+)}, 1] # Get Version from readme.txt @version ||= super end @version end
[Validate]
Generated with the Darkfish Rdoc Generator 2.