Method: BasicObject#!=
- Defined in:
- ext/enterprise_script_service/mruby/mrblib/00class.rb
#!=(other) ⇒ Object
2 3 4 5 6 7 8 |
# File 'ext/enterprise_script_service/mruby/mrblib/00class.rb', line 2 def !=(other) if self == other false else true end end |