Module: XRBP::NodeStore::Amendments
- Included in:
- Ledger
- Defined in:
- lib/xrbp/nodestore/amendments.rb
Instance Method Summary collapse
Instance Method Details
#fix1141?(time) ⇒ Boolean
8 9 10 |
# File 'lib/xrbp/nodestore/amendments.rb', line 8 def fix1141?(time) time > fix1141_time end |
#fix1141_time ⇒ Object
4 5 6 |
# File 'lib/xrbp/nodestore/amendments.rb', line 4 def fix1141_time @fix1141_time ||= Time.new(2016, 6, 1, 17, 0, 0, 0) end |