houdini/spec/support/date_time.rb

5 lines
No EOL
75 B
Ruby

class DateTime
def nsec
(sec_fraction * 1_000_000_000).to_i
end
end