Class: Reaction::RawType

Inherits:
Type
  • Object
show all
Defined in:
lib/reaction/types/raw_type.rb

Instance Method Summary collapse

Instance Method Details

#convert(raw_value) ⇒ Object



7
8
9
# File 'lib/reaction/types/raw_type.rb', line 7

def convert(raw_value)
  success(raw_value)
end