class Rookout::Processor::Paths::Canopy::Number

Public Class Methods

new(text) click to toggle source
# File lib/rookout/processor/paths/canopy/markers.rb, line 114
def initialize text
  super text, text.to_i
end