Class: Object

Inherits:
BasicObject
Defined in:
lib/fbtxt/parser/parse_tree--core.rb

Overview

add as_json to Object/Array/Hash

Instance Method Summary collapse

Instance Method Details

#as_jsonObject



12
13
14
# File 'lib/fbtxt/parser/parse_tree--core.rb', line 12

def as_json(*)
  self
end