class Ruth::Gemfile::JSON
Attributes
json[RW]
Public Class Methods
new(json)
click to toggle source
# File lib/ruth/json.rb, line 7 def initialize(json) @json = json @data = parse_json_file end