Method: Cfruby::Cfp_Stat#dev_version
- Defined in:
- lib/libcfenjin/cfp_stat.rb
#dev_version ⇒ Object
80 81 82 83 84 85 |
# File 'lib/libcfenjin/cfp_stat.rb', line 80 def dev_version if @version and @version =~ /dev(\d+)/ return $1.to_i end 0 end |